Hi there,
I've disabled the module while trying to track down another error, but now get the following error message on every page:
Fatal error: Call to undefined function fastpath_fscache_purge_loop() in /home/mysite/public_html/sites/all/modules/fastpath_fscache/cache.fs.inc on line 172
Is there a way to get rid of the error and safely remove this module completely? If I disable the module and completely remove the module directory for it, the error still persists.
All caching is turned off for drupal (5.10)
Cheers,
TC
Comments
Comment #1
jeremy commentedBe sure you removed cache.fs.inc from your settings.php file.
Comment #2
TC44 commentedThanks very much, I'll check that.
Cheers,
TC
Comment #3
kenorb commented