There is a small problem with the module while following the install instructions. When you get to the part 2, where you enable the module from the Drupal > Module List page, you will be presented with an error:
Fatal Error: Cannot redeclare cache_get() (previously declared in cache.inc:13)
Although it's trivial, it does look intimidating for the average admin. Anybody who runs into this, just follow the next step in the INSTALL.txt to resolve it.
I just wanted to suggest that we fix the module so the error above is prevented when enabling the module. This then informs the admin that the module installation has been successful. It's already showing the vital info straight after enabling the module which is VERY helpful already:
* Fastpath_fscache module installed. Next, add the following lines to your settings.php file.
= array(
'page_cache_fastpath' => 1,
'cache_inc' => 'modules/fastpath_fscache/cache.fs.inc',
'file_cache' => '/tmp',
);* The configuration options have been saved.
So as you can see, it's already signalling to the Admin what they need to do after enabling it. The only advantage is, this message is actually more accurate than what the INSTALL.txt is suggesting ;)
Comments
Comment #1
jeremy commentedI just branched a 5.x version of this module, and fixed this error there.
Comment #2
(not verified) commented