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
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
Comment #1
kenorb commentedSorry 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)
Comment #2
kenorb commentedProbably solution could be removing temporary dir: sites\default\files\magic_cache and clear cache table
to rebuild cache files.
Comment #3
kenorb commentedI 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.
Comment #4
Neutric commentedNo problem, great module would be!
If i have time, i will make some test.
Comment #5
g10tto commentedI'm having this issue too. How did you fix it?
Comment #6
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.