Viewing 1 replies (of 1 total)
  • I think the error you encountered is due to the duplication in the define ( 'WPCACHEHOME', '' ); in your wp-config.php file.

    Try removing the code in the line 13 to resolve this issue.

    //Begin Really Simple SSL Load balancing fix
    define('WP_CACHE', true);
    define( 'WPCACHEHOME', '/home/sccncstst/domains/test.sacconicase.com/public_html/wp-content/plugins/wp-super-cache/' );
    if ((isset($_ENV["HTTPS"]) && ("on" == $_ENV["HTTPS"]))
Viewing 1 replies (of 1 total)

The topic ‘php error’ is closed to new replies.