Community Support Forums — WordPress® ( Users Helping Users ) — 2010-11-30T22:51:22-05:00 http://www.primothemes.com/forums/feed.php?f=5&t=265 2010-11-30T22:51:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=265&p=4918#p4918 <![CDATA[Re: Error: Could not enable Quick Cache.]]>
Quick cache then worked. Blazingly fast. Hope that helps someone.

Statistics: Posted by WhiskeyJim — November 30th, 2010, 10:51 pm


]]>
2010-06-27T07:22:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=265&p=1266#p1266 <![CDATA[Re: Error: Could not enable Quick Cache.]]>
You can create a PHP file, just name it whoami.php.
Then put this inside it.
Code:
<?php echo exec('whoami'); ?>

Upload the file, and open it in a browser.
That will tell you what your Apache installation is running as.
You might contact your hosting company and ask why PHP files are not capable of gaining "write" access. That might shed some light on things.

Statistics: Posted by Jason Caldwell — June 27th, 2010, 7:22 am


]]>
2010-06-26T14:14:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=265&p=1251#p1251 <![CDATA[Re: Error: Could not enable Quick Cache.]]> Statistics: Posted by Guest — June 26th, 2010, 2:14 pm


]]>
2010-06-23T13:18:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=265&p=1068#p1068 <![CDATA[Re: Error: Could not enable Quick Cache.]]>
You can run a quick test, by adding this to your theme/functions.php file:
Code:
if(!function_exists("wp_cron"))
    echo 'Nope, WP_Cron is NOT available';

Please let me know if this helps. Otherwise, I'll be happy to dig deeper.

Statistics: Posted by Jason Caldwell — June 23rd, 2010, 1:18 pm


]]>
2010-06-22T11:01:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=265&p=1002#p1002 <![CDATA[Error: Could not enable Quick Cache.]]>
Error: Could not enable Quick Cache. Please check permissions on /wp-config.php, /wp-content/ and /wp-content/cache/. Permissions need to be 755 or higher.

when I press save. However the permissions for the above I've set to 777 and still the message comes up.

It does nonetheless appear to be enabled and caches pages as they are opened, but I was hoping to use the autocaching feature to speed the loading of (rather process heavy) pages and this doesn't appear to be working.

Any ideas?

Statistics: Posted by upekshapriya — June 22nd, 2010, 11:01 am


]]>