Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #545437

    Hi,
    Which WP Cache plugin would your recommend?

    Thanks
    Charlotte

    #545442

    Hi Charlotte!

    You can try using this one – https://wordpress.org/plugins/w3-total-cache/
    Many Enfold users use it.

    Regards,
    Yigit

    #545472

    Thanks… I am done that now but I did some changes that obviously where not correct.. Can´t the plugin page now :(

    #545476

    Hi!

    Not sure if understood “Can´t the plugin page now”. Can you please elaborate? :)

    Best regards,
    Yigit

    #545477

    I 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’ );
    ?>

    #545605

    Hey!

    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/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #545808

    Ok, thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘WP Cache plugin’ is closed to new replies.