I disabled CacheRouter and removed the $conf["cache_inc"] bit of code in settings.php.
I got no problem for anonymous users but when logged in (which is the case since I am the site admin), I have the following error.

Warning: require_once(./modules/cacherouter/cacherouter.inc) [function.require-once]: failed to open stream: No such file or directory in www/includes/bootstrap.inc on line 1009

Fatal error: require_once() [function.require]: Failed opening required './modules/cacherouter/cacherouter.inc' (include_path='.:/usr/local/lib/php') in www/includes/bootstrap.inc on line 1009

I don't get how cacherouter is still in the cache_inc conf variable! Please help!

Comments

JirkaRybka’s picture

I would double check whether there isn't another settings.php file (Drupal looks in various places), whether the setting is really edited out (saved OK, beware that the file permissions enforced by Drupal on settings file might cause a FTP upload of the edited file to fail, in some clients even silently), and whether the file isn't cached somewhere (Apache might have such an extension? Just guessing...) Also it doesn't hurt to flush cache, but that should be done by the change more or less too.

1kenthomas’s picture

Version: 6.x-1.0-rc1 » 6.x-1.x-dev
Category: support » bug
Priority: Normal » Major

Bump. Looks like a bug from here.

1kenthomas’s picture

Category: bug » support
Priority: Major » Minor

Heh. Ignore me. SVN update had not caught our changes to settings.php yet.

OP: if active, let us know, else I guess you did a boo-boo like me, and I'll close this issue.

1kenthomas’s picture

Status: Active » Closed (works as designed)

Closing per above.