Hi,
I have problem with updating from 7.x-1.0-beta3 to 7.x-1.0-beta4 (also tried dev version). beta3 works perfekt but when I update to beta4(or dev) I get Error 500 in browser. Has anyone same problem?
Hi,
I have problem with updating from 7.x-1.0-beta3 to 7.x-1.0-beta4 (also tried dev version). beta3 works perfekt but when I update to beta4(or dev) I get Error 500 in browser. Has anyone same problem?
Comments
Comment #1
brunorios1 commentedthis is the first time i install this module (beta4) and the lines that i added to settings.php is giving error 500 only to anonymous users...
Comment #2
brunorios1 commentedthe apache log says:
Fatal error: Call to undefined function db_query() in /mysite/includes/cache.inc on line 357Comment #3
imadalin commentedI have the same issue if I add step 4 lines from the install instructions:
$conf['page_cache_without_database'] = TRUE;
$conf['page_cache_invoke_hooks'] = FALSE;
php error log reports "undefined function db_query()"
Comment #4
R.Muilwijk commentedYou set this:
$conf['page_cache_without_database'] = TRUE;
Did you also make sure the cache backend for cache_page is not the database?
Comment #5
mshadroo commentedhi
when i enable apc by use 2a or 2b code, after few seconds cpu usage, phisical memory usage, virtual memory usage and entry process rich to limit.
any body have any solution to solve this problem?
Comment #6
avpadernoI am closing this, since it didn't get any information back from the user who opened the issue.