Closed (fixed)
Project:
Drupal core
Version:
6.4
Component:
menu system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 10:58 UTC
Updated:
27 Feb 2009 at 08:18 UTC
I did the update, went on maintenance mode, deleted the modules, uploaded new ones. With D core updated also cck, fivestar, weblinks, webform.
After database update for every admin/* page it says "Page not found". But the front is working, also comments, search are working. But without admin it's very bad.
Any help?
Comments
Comment #1
Drupal Website Developer commentedhave u run the cron job?
Comment #2
hannesh commentedyes, no change.
Comment #3
gábor hojtsyWhatever contributed modules you've used could break the menu. Try running update.php again which should regenerate the menu cache.
Comment #4
damien tournoud commentedTry to rebuild the menu, either by visiting admin/build/modules (if it works), or by temporarily adding "menu_rebuild();" after drupal_bootstrap() in index.php and reloading any page.
Comment #5
hannesh commentedi've updated to 6.8.
what should i do in admin/build/modules? Sometimes it works now.
Like this?
Comment #6
gábor hojtsyAs I said, running update.php should rebuild your menu.
Comment #7
ainigma32 commented@hannesh: Can you confirm this issue is resolved?
- Arie
Comment #8
ainigma32 commentedJust came across your other issue...
Marking this as a duplicate of #347985: after upgrade all admin pages lost
- Arie
Comment #9
hannesh commentedrunning update did not rebuild the menu in this case.
Turns out the host does not support some php functions in .htaccess file. Working fine now.
Thanks for the help!