Thank you, I solved my problem! I went to File Manager, to directory /home/www/massage59.c1.biz/wp-content/advanced-cache.php and deleted (transformed into comment) last 9 lines, here they are:
//if ( false == defined( ‘WPCACHEHOME’ ) ) {
// 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’ );}
How? Can you give me more detail instructions please?