CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CiviCRM upgrade from Drupal 6.26/CiviCRM 4.2.0 -> Drupal 6.34/CiviCRM 4.5.5
Pages: [1]

Author Topic: CiviCRM upgrade from Drupal 6.26/CiviCRM 4.2.0 -> Drupal 6.34/CiviCRM 4.5.5  (Read 394 times)

halip

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal
  • MySQL version: 5.1.49
  • PHP version: 5.3.3
CiviCRM upgrade from Drupal 6.26/CiviCRM 4.2.0 -> Drupal 6.34/CiviCRM 4.5.5
December 23, 2014, 07:36:54 pm
I took the path  "CiviCRM 4.2.0 -> 4.5.5, then Drupal 6.26 -> 6.34".

The entire upgrade went smoothly without any problem following
http://wiki.civicrm.org/confluence/display/CRMDOC/Upgrade+Drupal+Sites+to+4.4+-+Drupal+6
and
https://www.drupal.org/node/1494290


However, I start seeing 'ReferenceError: Drupal is not defined crm.drupal.js:6' in javascript consel and having the following issues:


- When looking at an individual record, can see only the summary page - other tabs related to the record do not load (Events; Activities; Groups, etc.)

- Cannot perform new Actions - when I click on any activity under the "Actions" menu, I get a blank pop-up window.

- For Advanced Search, other than Basic Criteria, additional sections, like Address Fields, Custom Fields, ... do not open or load.

When I check the html source, I don't see /misc/drupal.js, so I added the following to Garland page.tpl.php (I'm using Garland) (after<?php print $scripts ?>), then EVERYthing works:

<script type="text/javascript" src="/misc/jquery.js?M"></script>
<script type="text/javascript" src="/misc/drupal.js?M"></script>
<script type="text/javascript" src="/misc/tableheader.js?M"></script>
<script type="text/javascript" src="/misc/collapse.js?M"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/" });
//--><!]]>
</script>

How this is possible? Thank you for hint what I did wrong!
It is a wonderful app, and this is my first post.
Thanks.
halip

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CiviCRM upgrade from Drupal 6.26/CiviCRM 4.2.0 -> Drupal 6.34/CiviCRM 4.5.5

This forum was archived on 2017-11-26.