Quantcast
Viewing all articles
Browse latest Browse all 3480

beltex on "Warning! WP Super Cache caching broken! The script advanced-cache.php could not"

Its the worst plugin to install, i hpe it works beter then it installs.

Ok solution:::

because of file permissions problems the plugin wont install easily on some servers, if it installs very easy perhaps your file permissions are not so safe!

deactivate and totaly remove the plugin
create backup for your wp site
install the plugin and activate
copy the file /where u installed wp/wp-content/plugins/wp-super-cache/advanced-cache.php to /where u installed wp/wp-content/
Open the wp-config.php file in /where u installed wp/

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

<strong>define('WP_CACHE', true);
define( 'WPCACHEHOME', '/where u installed wp/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager</strong>

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

Save the file and it should be ok

[Link removed - please keep help on these forums]


Viewing all articles
Browse latest Browse all 3480

Trending Articles