Closed (works as designed)
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 09:53 UTC
Updated:
25 Mar 2011 at 05:14 UTC
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
Comment #1
JirkaRybka commentedI 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.
Comment #2
1kenthomas commentedBump. Looks like a bug from here.
Comment #3
1kenthomas commentedHeh. 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.
Comment #4
1kenthomas commentedClosing per above.