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 »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Customise Navigation Menu Bug?
Pages: 1 [2]

Author Topic: Customise Navigation Menu Bug?  (Read 3524 times)

ahth

  • I’m new here
  • *
  • Posts: 8
  • Karma: 1
  • CiviCRM version: 3.3.3
  • CMS version: drupal 6.2
  • MySQL version: 5.1.41
  • PHP version: 5.3.2-1ubuntu4.7
Re: Customise Navigation Menu Bug?
February 04, 2011, 06:48:48 am
Thanks, I found it after I realised the patch procedure might not be civicrm specific.

For linux users who are not developers the "man page" gives a good description of the patch command.

Many thanks to everyone for their help.

Conte01

  • I post occasionally
  • **
  • Posts: 79
  • Karma: -1
  • www.aidboard.com
    • Aidboard
  • CiviCRM version: latest
  • CMS version: Drupal
Re: Customise Navigation Menu Bug?
February 08, 2011, 01:42:04 am
kurund tried to help me. still no improvement.

any other ideas. really need to edit my menu

thanks
conte
http://www.aidboard.com

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Customise Navigation Menu Bug?
February 08, 2011, 01:46:01 am
conte,

There is some problem specific to your install, so my recommendation would be to hire someone from http://civicrm.org/professional list.

Hth
Kurund
Found this reply helpful? Support CiviCRM

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Customise Navigation Menu Bug?
February 10, 2011, 06:42:22 am
I am also seeing this issue in a 3.3.5 (Drupal) site. I applied the patch manually (because the source code doesn't match the version of the patch's source) but the problem persists. I do see this in the return code from civicrm/ajax/menu&key=xxx... :

Code: [Select]
"data": { "title":"Women's Group"} }, { "attr": { "id" : "node_216"},
for example. Perhaps that is the issue. I would manually adjust the two entries with apostrophies in the DB to see if that is the issue, but I'm not sure where they are.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Customise Navigation Menu Bug?
February 10, 2011, 11:25:54 am
Hershel,

Seems to be working fine on demo, http://drupal.demo.civicrm.org/civicrm/admin/menu&reset=1 ( which is on 3.3.5)
Can you recheck if you have applied the patch correctly.

Kurund
Found this reply helpful? Support CiviCRM

ahth

  • I’m new here
  • *
  • Posts: 8
  • Karma: 1
  • CiviCRM version: 3.3.3
  • CMS version: drupal 6.2
  • MySQL version: 5.1.41
  • PHP version: 5.3.2-1ubuntu4.7
Re: Customise Navigation Menu Bug?
February 10, 2011, 12:52:14 pm
Hi, After applying the patches correctly I may have found another possible bug.

My admin Navigation Menu again went into an indefinite loop when I "deactivated" the "New Household" link in the Contact Menu. This could only be rectified by manually editing the civicrm_navigation table in the database and resetting the "is_active" column from 0 to 1.

I have recreated this symptom on the civicrm demo site.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Customise Navigation Menu Bug?
February 10, 2011, 04:10:04 pm
Good catch! Also recreates on "trunk" (3.4 development). I've filed an issue:
http://issues.civicrm.org/jira/browse/CRM-7536
Protect your investment in CiviCRM by  becoming a Member!

nagius

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.3.5
  • CMS version: Drupal
  • MySQL version: 5.1.41
  • PHP version: PHP Version 5.3.1
Re: Customise Navigation Menu Bug?
February 12, 2011, 12:26:28 am
An update on this. I also experienced this problem and also replicated it on live demo. Actually I recognised that if you create a new menu item using the same name of another one that already exists and then set one of them to enabled and the other one to disabled then navigation menu will keep on trying to load.

On my deployment I managed to solve it by first making the 2 menu options to enabled and then renamed one of them.

Neville

sushant

  • I post frequently
  • ***
  • Posts: 126
  • Karma: 8
  • CiviCRM version: v3.2.x,v3.3.x v4.0.x, v4.x,trunk
  • CMS version: Drupal 6/7 ,joomla 1.5,1.6
  • MySQL version: 5.1.51
  • PHP version: 5.3.3
Re: Customise Navigation Menu Bug?
February 14, 2011, 01:55:22 am
Hi ahth,
Quote
My admin Navigation Menu again went into an indefinite loop when I "deactivated" the "New Household" link in the Contact Menu. This could only be rectified by manually editing the civicrm_navigation table in the database and resetting the "is_active" column from 0 to 1.
This was a bug & fixed under http://issues.civicrm.org/jira/browse/CRM-7536
Following is the  patch that will help you:
https://fisheye2.atlassian.com/changelog/CiviCRM?cs=32474

Hth,
Sushant.
CiviCRM Priority Support
http://support.civigardens.com/
http://osseed.com

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Customise Navigation Menu Bug?
February 14, 2011, 08:36:01 am
Fantastic! This patch fixed the problem for me.

Thank you.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

ahth

  • I’m new here
  • *
  • Posts: 8
  • Karma: 1
  • CiviCRM version: 3.3.3
  • CMS version: drupal 6.2
  • MySQL version: 5.1.41
  • PHP version: 5.3.2-1ubuntu4.7
Re: Customise Navigation Menu Bug?
February 16, 2011, 12:49:34 pm
Hi Sushant,

Many thanks, the patch fixed the problem.

Conte01

  • I post occasionally
  • **
  • Posts: 79
  • Karma: -1
  • www.aidboard.com
    • Aidboard
  • CiviCRM version: latest
  • CMS version: Drupal
Re: Customise Navigation Menu Bug?
February 17, 2011, 12:02:14 am
sadly not for me :(

tried every patch so far. same thing. tree doesnt get built.

conte
« Last Edit: February 17, 2011, 12:39:43 am by Conte01 »
http://www.aidboard.com

Conte01

  • I post occasionally
  • **
  • Posts: 79
  • Karma: -1
  • www.aidboard.com
    • Aidboard
  • CiviCRM version: latest
  • CMS version: Drupal
Re: Customise Navigation Menu Bug?
February 21, 2011, 04:47:34 am
hi

just tried demo site and disabled "new household". now the tree is also not loading there. seems to be a major not fixed issue. working now one month without being able to edit the menu properly. tried everything. nothing...

conte
http://www.aidboard.com

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Customise Navigation Menu Bug?
February 21, 2011, 10:54:15 am
That fix was committed for upcoming 3.4 / 4.0 release - hence it was NOT applied to demo which is running 3.3.5. You can test it on the 3.4 sandbox at:

http://sandbox.civicrm.org

If you're sure that you applied the patch properly then you're problem might be related to some other issue with the menu data. You might need to do a fresh install with default menu contents in a  separate directory, and then make your edits ONE AT A TIME - testing after each change - to see what change breaks things.
Protect your investment in CiviCRM by  becoming a Member!

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Customise Navigation Menu Bug?

This forum was archived on 2017-11-26.