Page 1 of 1

Plugin Error

PostPosted: May 13th, 2010, 11:26 pm
by Ricardo Aquino
I've got this error trying to install: [Quick Cache Error] yor wp-config.php file is not witable at the moment. you will need to remove the following line from that file manually: define("wp_cahce", true); the location of this file is:/home/ricardoa/public_html/wp-config.php


What should I do?

Thanks in advance

Re: Plugin Error

PostPosted: May 19th, 2010, 2:12 am
by Jason Caldwell
That error is a bit confusing. Thanks for reporting this.
To resolve this, just open /wp-config.php and add this somewhere:

Code: Select all
define("WP_CACHE", true);

I'll have that message changed to provide further instruction in a future release.