Hi, sorry for my english.
I've installed this module, then
"Call to undefined function user_access() in /var/www/drupal-6.10/includes/menu.inc on line 449"
I cant do anything, i have had to correct all line manualy on system table by that

Comments

kenorb’s picture

Sorry for hear that.
Even after refresh you couldn't get that into working?
It's very weird, I tried to test on different configuration, but probably it's not enough.
Did you have any special contributed modules especially with bootstrap mode? (system with bootstrap = 1)

kenorb’s picture

Probably solution could be removing temporary dir: sites\default\files\magic_cache and clear cache table
to rebuild cache files.

kenorb’s picture

Status: Active » Needs review

I found the bug, that module require at least 1MB of MAX_ALLOWED_PACKET in database configuration.
And when website have only 1MB it could break the website by generating silent mysql fatal errors: 'MySQL server has gone errors'. After that some settings could be not properly saved in the cache table by breaking system and menu_router table.

Read more:
http://drupal.org/requirements
http://drupal.org/node/379976 - Increase MySQL max_allowed_packet for MySQL

Fixed in Commit #229234
http://drupal.org/cvs?commit=229234

But probably need some more testing.

Thank for reporting and sorry for any inconvenience cause by that.

Neutric’s picture

No problem, great module would be!
If i have time, i will make some test.

g10tto’s picture

I'm having this issue too. How did you fix it?

kenorb’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.