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

brunorios1’s picture

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

brunorios1’s picture

the apache log says:

Fatal error: Call to undefined function db_query() in /mysite/includes/cache.inc on line 357

imadalin’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta4

I 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()"

R.Muilwijk’s picture

Status: Active » Postponed (maintainer needs more info)

You set this:
$conf['page_cache_without_database'] = TRUE;

Did you also make sure the cache backend for cache_page is not the database?

mshadroo’s picture

Issue summary: View changes

hi

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?

apaderno’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

I am closing this, since it didn't get any information back from the user who opened the issue.