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) »
  • 4.5 upgrade - menu and buttons freeze
Pages: [1] 2

Author Topic: 4.5 upgrade - menu and buttons freeze  (Read 1173 times)

davyivins

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 2
    • PURCO SA
  • CiviCRM version: 4.5
  • CMS version: Drupal 6.33
  • MySQL version: 5.5.34
  • PHP version: 5.4.33
4.5 upgrade - menu and buttons freeze
September 25, 2014, 07:44:11 am
I've upgraded my D6 site to Civi 4.5 and love it.  BUT...
Every now and again the Civi menu goes awry - the menu items spread wide across the page with huge gaps between each menu, it stops being clickable, and at the same time other buttons and accordion boxes stop working.

This particularly happens with the Advanced Search page where the accordions don't open.

I can temporarily recover the menu and buttons by running these links, but then the problem inevitably reoccurs.

http://purcosa.co.za/civicrm?reset=1
http://purcosa.co.za/civicrm/admin&sessionReset=2
http://purcosa.co.za/civicrm/admin/setting/updateConfigBackend?reset=1

Is there something I can look for to address the problem?
I'm running on a shared server with PHP 5.4.

Many thanks
Davy

There are times I love technology...and then there are times I *love* technology :-)

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: 4.5 upgrade - menu and buttons freeze
September 25, 2014, 07:52:42 am
That sounds like a javascript crash to me. Can you check your browser's console (usually the F12 key opens it up) and look for any error messages when that happens?
Try asking your question on the new CiviCRM help site.

davyivins

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 2
    • PURCO SA
  • CiviCRM version: 4.5
  • CMS version: Drupal 6.33
  • MySQL version: 5.5.34
  • PHP version: 5.4.33
Re: 4.5 upgrade - menu and buttons freeze
September 29, 2014, 06:08:19 am
Thanks Coleman - I really appreciate your quick response to so many queries raised by newbs like me.
I haven't resolved the problem yet but wanted you to know that I appreciate your guidance.

There are times I love technology...and then there are times I *love* technology :-)

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: 4.5 upgrade - menu and buttons freeze
September 29, 2014, 06:12:04 am
You're welcome. Hope you get it solved.
Try asking your question on the new CiviCRM help site.

Rar9

  • I’m new here
  • *
  • Posts: 23
  • Karma: 0
    • Asset-Trade
  • CiviCRM version: 4.15
  • CMS version: Drupal 7.15
  • MySQL version: 5.1.63-0ubuntu0.10.04.1
  • PHP version: 5.3.10-1ubuntu2ppa7~lucid
Re: 4.5 upgrade - menu and buttons freeze
October 01, 2014, 01:14:30 am
Hi got the same problem that I can´t quickly create a new contact ...etc.  the button is dead.   Upgrade from 4.46
The Save button for quick entry works and the admin menu also works.

If I go to your DEMO-Site it already shows 4.5.1  and here everything seam to be fine.

I´m on Ubuntu 14.04 LTS with Plesk and also PHP 5.4 - under Chrome& Firefox :-(

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: 4.5 upgrade - menu and buttons freeze
October 01, 2014, 05:09:21 am
Did you check your browsers console for javascript errors like Coleman suggested up above? 
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

westy

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
  • CiviCRM version: CiviCRM 4.5.0
  • CMS version: Drupal 7.31
  • MySQL version: 5.5.38
  • PHP version: Ubuntu Linux 12.04.3
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 04:13:08 am
I have a very similar problem. Resetting to CiviCRM home (/civicrm?reset=1) re-enables the menu dropdowns but on selecting 'New contacts' then tabs will not expand. Following danc's suggestion, from the Firefox console I get Error: console is not defined Source File: mysite/sites/all/modules/civicrm/js/crm.ajax.js?nd4e3n Line: 18
Which is:       console && console.log && console.log('Warning: CRM.url called before initialization');

at this point I realise that I am out of my depth.

Anyone resolved this or can point me in the right direction?

davyivins

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 2
    • PURCO SA
  • CiviCRM version: 4.5
  • CMS version: Drupal 6.33
  • MySQL version: 5.5.34
  • PHP version: 5.4.33
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 04:54:05 am
I patched my common.js file with the latest committed version a few days ago and that seems to have resolved my problem.
https://github.com/civicrm/civicrm-core/tree/master/js
There are times I love technology...and then there are times I *love* technology :-)

westy

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
  • CiviCRM version: CiviCRM 4.5.0
  • CMS version: Drupal 7.31
  • MySQL version: 5.5.38
  • PHP version: Ubuntu Linux 12.04.3
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 05:26:05 am
Thanks for the quick reply. I'll try that this evening when things are a bit quieter.

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 05:37:52 am
Coleman has posted in a few places but I can't find it right now to cut and paste, so I am going to paraphrase.

Because of all the problems that have been mentioned recently revolving around the javascript and incorrect path settings, CiviCRM 4.5.1 which is currently set to be released this week will no longer rely on those settings and should resolve these issues (hence the fixed common.js file).  However, it is still a good idea to try and ensure that your paths are correct.

So if you don't want to patch it yourself you just need to upgrade when the new version is released and it should fix your errors.
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

penguintrax

  • I post frequently
  • ***
  • Posts: 230
  • Karma: 2
  • CiviCRM version: 3.3x and 4.x depending on site
  • CMS version: Joomla 1.5 or 1.7 depending on site
  • MySQL version: 5.0.92-community
  • PHP version: 5.2.17
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 12:11:46 pm
I tried to patch it myself (Joomla 2.5) and still experiencing the problem(s).

I suppose they'll send out a mail blast when 4.5.1 is available?

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 12:47:23 pm
Should be tomorrow - check the CiviCRM blog for updates.
Try asking your question on the new CiviCRM help site.

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: 4.5 upgrade - menu and buttons freeze
October 08, 2014, 02:07:10 pm
It will also appear in the news feed and on the home page.  I have just been making a point to check the home page every day :)
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

penguintrax

  • I post frequently
  • ***
  • Posts: 230
  • Karma: 2
  • CiviCRM version: 3.3x and 4.x depending on site
  • CMS version: Joomla 1.5 or 1.7 depending on site
  • MySQL version: 5.0.92-community
  • PHP version: 5.2.17
Re: 4.5 upgrade - menu and buttons freeze
October 09, 2014, 05:41:29 am
Yup, first thing I do when I crack open the ipad is check the blog for an update.

Rar9

  • I’m new here
  • *
  • Posts: 23
  • Karma: 0
    • Asset-Trade
  • CiviCRM version: 4.15
  • CMS version: Drupal 7.15
  • MySQL version: 5.1.63-0ubuntu0.10.04.1
  • PHP version: 5.3.10-1ubuntu2ppa7~lucid
Re: 4.5 upgrade - menu and buttons freeze
October 16, 2014, 04:53:08 am
Quote from: Rar9 on October 01, 2014, 01:14:30 am
Hi got the same problem that I can´t quickly create a new contact ...etc.  the button is dead.   Upgrade from 4.46
The Save button for quick entry works and the admin menu also works.

If I go to your DEMO-Site it already shows 4.5.1  and here everything seam to be fine.

I´m on Ubuntu 14.04 LTS with Plesk and also PHP 5.4 - under Chrome& Firefox :-(


Same Problem with 4.5.1 ... all was working with 4.4.6.

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 4.5 upgrade - menu and buttons freeze

This forum was archived on 2017-11-26.