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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Navigation menu edits won't save
Pages: [1]

Author Topic: Navigation menu edits won't save  (Read 4328 times)

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Navigation menu edits won't save
September 29, 2010, 09:40:57 pm
I'm trying to lock down visibility of the various parts of the Contacts menu in the new Navigation Menu customisation area;

http://mysite/civicrm/admin/menu?reset=1&action=browse

It says 'Menu 'Contacts' has been saved.' but it hasn't. I can't save any edits.

Is there some javascript weirdness that might cause this? I can't recreate on the demo site.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Navigation menu edits won't save
September 30, 2010, 10:27:34 am
If you're making changes in the Edit Menu form (after right-clicking a menu item and clicking "Edit") - then "Save" is just a standard form submit (no jscript weirdness). If you're not seeing any errors on the screen, a few things to check:

* compare the URL between the screen with the menu tree on it and the edit form screen - make sure it's not changing (e.g. http://www.mysite/civicrm/.... TO http://mysite.com/civicrm)

* enable drupal watchdog logging (CiviCRM > Administer >  Configuration > Global Settings > Debugging) - and then try the edit and check drupal log for errors

* check apache / web server error logs.
Protect your investment in CiviCRM by  becoming a Member!

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Re: Navigation menu edits won't save
October 03, 2010, 04:14:04 pm
Thanks. The URL is the same.

I went into the database tables and edited the URL field for 'New Individual' and that's saved. However the menu doesn't update. I've flushed all caches via the Drupal admin menu.

Is there a CiviCRM cache I can flush to see if that updates it?

I know editing the db tables probably isn't the best method but I'm not a developer so the debugging isn't an option today.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Navigation menu edits won't save
October 04, 2010, 09:35:28 am
User-specific navigation menu 'html' is cached in civicrm_preferences table, navigation column. There's a row in that table corresponding to each civicrm contact who has logged in to your site w/ 'access CiviCRM' permissions.

The user-specific menu cache should be rebuilt if you log in and then access this URL:
http://<your site>/civicrm/menu/rebuild?reset=1
Protect your investment in CiviCRM by  becoming a Member!

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Re: Navigation menu edits won't save
October 04, 2010, 01:20:40 pm
Thanks, that's a good workaround for now.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Navigation menu edits won't save

This forum was archived on 2017-11-26.