Viewing 8 replies - 16 through 23 (of 23 total)
  • There’s a PHP error somewhere. If you’re still getting the missing advanced-cache.php error then WP_CACHE is defined somewhere.

    I removed WP-cachedefine( 'WP_CACHE', true ); codes from .htaccess, delete folder from wp-content/plugins and also delete wp-cache-config.php.

    Where else can I find an php error?

    The PHP error is usually listed in your PHP error log. I don’t know where that is on your server though. Look at the output of phpinfo() to find out.

    There isn’t any error in my hosting’s Errore Loge.
    Will my blog work if I rename the old blog’s files and add ther new WP CMS files, my blog’s postes, photos and etc?

    If there’s no error it’s probably happening really early in the PHP process. I’ve noticed that happen occasionally when editing files that are loaded before most of WordPress is loaded.

    Double check wp-config.php. There’s probably an error in there.

    Now I have an other error in functions.php on line 3323

    "Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in"

    How can I fix this error?

    That’s not an error, it’s a warning. It’s not caused by wp-super-cache though. Look through your plugins for the string “add_option” and you should find one that has more than 2 parameters. That’ll be the one causing the problem.

    Thanks a lot for your help! I just delete snazzy_cache-0.html and sexy bookmarks plugin from plugins folder and my blog start wotking ??
    Also I have found an error in my tham’s function.php, I fix it, now all is OK ??
    Yhanks ??

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0’ is closed to new replies.