It appears that setting the cache folder perms to 744 works fine.
Cheers!
]]>Change permission your “cache” folder to 777.
Done. Your problem solved.
Hyper Cache was not able to create the folder “cache” in its installation dir. Create it by hand and make it writable.
Your wp-content folder is not writable. Hyper Cache needs to create a file called advanced-cache.php in to that folder in order to work. Make it writable and deactivate and reactivate Hyper Cache.
The WordPress cache system is not enabled! Please, activate it adding the line of code
define(“WP_CACHE”, true);
in the file wp-config.php just after the define(“WPLANG”, …).
The message ‘Hyper Cache was not able to create the folder “cache”‘ refers to wp-content/plugins/hyper-cache/cache , not to other places like wp-content/hyper-cache/cache. You may not need 777, stricter permissions may be fine too depending on your configuration.
It would be useful adding the full dirname(__FILE__) path in the error message. I had to print it out by changing plugin.php in order to find out the actual path it was complaining about.
]]>