Hello

Thanks for your module

i follow all the steps to get the module to work, when i install the module i have already the cache enable, when i disable the cache and enable again

i get this error
Fatal error: Call to undefined function: cache_filename() in /home/web/testsite/modules/fastpath_fscache/fastpath_fscache.module on line 54

Anytime i click to node i have this error in the footer of the page

Fatal error: Call to undefined function: cache_filename() in /home/web/immobiliermarocxorg/modules/fastpath_fscache/fastpath_fscache.module on line 54

I check the cache file directory, no files are stored

I have drupal 4.7.3 installed

Thanks

Comments

meba’s picture

same here...

bdragon’s picture

Status: Active » Closed (works as designed)

This module is not for Drupal 4.7.3, or any future 4.7 release.

It is only for CVS HEAD (the bleeding-edge developer version of Drupal), which will eventually become Drupal 5.0.

4.7 compatibility is outside the scope of this module. Caching is one of the things that has changed significantly in HEAD (see http://drupal.org/node/64279#cache-set for details.)

BioALIEN’s picture

Status: Closed (works as designed) » Active

Having followed the instructions in the install, and enabled the module successfully, created the 'files/cache' directory and made the changes in settings.php I couldn't get this module to work.

I just can't see any pages being cached in the 'cache' directory. I've already tried clearing the cache, disabling and enabling the Drupal cache etc.

Drupal 5.2, and HEAD version of this module. Any thoughts from people who managed to get this working on Drupal 5.2?

jeremy’s picture

Version: master » 5.x-1.x-dev

Give the 5.x-1.x-dev version a try, it should be working fine at the moment. Note that if you cut and paste the code from installing the module into settings.php your cache files will end up in '/tmp', not in 'files/'. In the $conf array, set 'file_cache' to whatever directory you want the cache files to be created in.

moshe weitzman’s picture

Status: Active » Fixed

please reopen if needed

Anonymous’s picture

Status: Fixed » Closed (fixed)