-
AuthorPosts
-
December 1, 2015 at 6:15 pm #545437
Hi,
Which WP Cache plugin would your recommend?Thanks
CharlotteDecember 1, 2015 at 6:19 pm #545442Hi Charlotte!
You can try using this one – https://wordpress.org/plugins/w3-total-cache/
Many Enfold users use it.Regards,
YigitDecember 1, 2015 at 6:52 pm #545472Thanks… I am done that now but I did some changes that obviously where not correct.. Can´t the plugin page now :(
December 1, 2015 at 6:54 pm #545476Hi!
Not sure if understood “Can´t the plugin page now”. Can you please elaborate? :)
Best regards,
YigitDecember 1, 2015 at 6:57 pm #545477I mean in the admin …. the website is live
I know this has nothing to do with Enfold but I take a change and ask anyway ;)I was suppose to change CACHEHOME to /home/d8737/airlinestaffrates.com/wp-content/’
but must have done something wrong here
<?php
# WP SUPER CACHE 1.2
function wpcache_broken_message() {
global $wp_cache_config_file;
if ( isset( $wp_cache_config_file ) == false )
return ”;$doing_ajax = defined( ‘DOING_AJAX’ ) && DOING_AJAX;
$xmlrpc_request = defined( ‘XMLRPC_REQUEST’ ) && XMLRPC_REQUEST;
$rest_request = defined( ‘REST_REQUEST’ ) && REST_REQUEST;$skip_output = ( $doing_ajax || $xmlrpc_request || $rest_request );
if ( false == strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘wp-admin’ ) && !$skip_output ) {
echo “<!– WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. –>”;
}
}if ( false == defined( ‘/home/d8737/airlinestaffrates.com/wp-content/’ ) ) {
define( ‘ADVANCEDCACHEPROBLEM’, 1 );
} elseif ( !include_once( WPCACHEHOME . ‘wp-cache-phase1.php’ ) ) {
if ( !@is_file( WPCACHEHOME . ‘wp-cache-phase1.php’ ) ) {
define( ‘ADVANCEDCACHEPROBLEM’, 1 );
}
}
if ( defined( ‘ADVANCEDCACHEPROBLEM’ ) )
register_shutdown_function( ‘wpcache_broken_message’ );
?>December 1, 2015 at 9:39 pm #545605Hey!
No need to modify the core files.
Please do remove that on the old version or re-install the plugin.
If you are still facing issues, provide us backend details to look on it.Always is better to get a pro help, on such things
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Regards,
BasilisDecember 2, 2015 at 11:08 am #545808Ok, thanks :)
-
AuthorPosts
- The topic ‘WP Cache plugin’ is closed to new replies.