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

Drupal Website Developer’s picture

have u run the cron job?

hannesh’s picture

yes, no change.

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

Whatever contributed modules you've used could break the menu. Try running update.php again which should regenerate the menu cache.

damien tournoud’s picture

Category: bug » support
Priority: Critical » Normal

Try 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.

hannesh’s picture

i've updated to 6.8.
what should i do in admin/build/modules? Sometimes it works now.

Like this?

drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_rebuild();
$return = menu_execute_active_handler();

gábor hojtsy’s picture

As I said, running update.php should rebuild your menu.

ainigma32’s picture

Component: usability » menu system

@hannesh: Can you confirm this issue is resolved?

- Arie

ainigma32’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Just came across your other issue...
Marking this as a duplicate of #347985: after upgrade all admin pages lost

- Arie

hannesh’s picture

Status: Closed (duplicate) » Closed (fixed)

running 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!