• Hi!
    recently I install the WP Super Cache, It works finely with other pages such as archives, categories and posts …..
    But it shows the simple white page on Home Page on activation WP super cache. while on deactivation of WP super cache Home page works accurately. I don’t understand the issue please help in solve

Viewing 3 replies - 1 through 3 (of 3 total)
  • Odd, still happening? That could be a PHP error somewhere so you should check your PHP error log. You could also enable debugging in the plugin and check the log for that too.

    Hi, hello everyone ??

    I’ve got the same problem now.

    But this happend to me every time when I install and activate SuperCache.
    Here is logs file.

    [30-Aug-2011 15:30:57] PHP Warning:  include(//wp-content/wp-content/plugins/wp-super-cache/wp-cache-base.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 13
    [30-Aug-2011 15:30:57] PHP Warning:  require_once(//wp-content/wp-content/plugins/wp-super-cache/wp-cache-phase2.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 27
    [30-Aug-2011 15:30:57] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '//wp-content/wp-content/plugins/wp-super-cache/wp-cache-phase2.php' (include_path='.:/:/usr/local/php/pear5') in /wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 27

    Could you tellme where can I enable supercache debuggin??

    It looks like the plugin didn’t install correctly. the include and require_once commands are supposed to have the full paths to the indicated files. There should be something in between the // at the start of each path.

    The WPCACHEHOME constant hasn’t been defined. It’s supposed to be defined in wp-content/wp-cache-config.php which is generated by the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Super Cache not show Home Page’ is closed to new replies.