Hi,

I'm working to clean up the database for a drupal site and I've had to do a number of restores because the authcache module keeps crashing the site as soon as I remove the directory.

Here's what I've done;

Removed the authcache call from the settings.php file
Removed all authcache calls from any theme files
Disabled the module
Deleted the module directory
Manually cleared the cache by "truncating" all cache tables (cache_page won't let me - remove button is not selectable).

I've tried this multiple times and each time it crashes the site as soon as I remove the module from my modules directory.

Any ideas?

I'm totally stuck and I'm trying to get my site speeds up by clearing the database and directories out.

Thanks,

http://carbonpig.com

Comments

Jonah Ellison’s picture

Are you modifying the correct settings.php file? Next, look at your PHP error log and let me know what it says.

CarbonPig’s picture

I had placed the recommended code snippet in my settings.php file located in my root directory for the domain (i.e., httpdocs).

I simply deleted the following, which I believe I had added a few months ago when I tried to install the module originally and was following the directions:


$conf['cache_inc'] = './sites/all/modules/authcache/authcache.inc';

Let me make a backup of the site and check the error log when it crashes.

To be continued soon..

Thanks,

CarbonPig

simg’s picture

Status: Active » Closed (fixed)