• my blog is at http://www.abovethefirehouse.com/news and its giving me this message.

    Warning: include(C:\apache\users\etc\htdocs\abovethefirehouse\news/wp-contentC:/apache/users/etc/htdocs/abovethefirehouse/news/wp-content/plugins/wp-super-cache/wp-cache-base.php) [function.include]: failed to open stream: Invalid argument in C:\apache\users\etc\htdocs\abovethefirehouse\news\wp-content\plugins\wp-super-cache\wp-cache.php on line 49

    Warning: include() [function.include]: Failed opening ‘C:\apache\users\etc\htdocs\abovethefirehouse\news/wp-contentC:/apache/users/etc/htdocs/abovethefirehouse/news/wp-content/plugins/wp-super-cache/wp-cache-base.php’ for inclusion (include_path=’c:\apache\php\ext;c:\apache\php\pear’) in C:\apache\users\etc\htdocs\abovethefirehouse\news\wp-content\plugins\wp-super-cache\wp-cache.php on line 49

    Warning: require_once(C:\apache\users\etc\htdocs\abovethefirehouse\news/wp-contentC:/apache/users/etc/htdocs/abovethefirehouse/news/wp-content/plugins/wp-super-cache/wp-cache-phase2.php) [function.require-once]: failed to open stream: Invalid argument in C:\apache\users\etc\htdocs\abovethefirehouse\news\wp-content\plugins\wp-super-cache\wp-cache-phase1.php on line 100

    Fatal error: require_once() [function.require]: Failed opening required ‘C:\apache\users\etc\htdocs\abovethefirehouse\news/wp-contentC:/apache/users/etc/htdocs/abovethefirehouse/news/wp-content/plugins/wp-super-cache/wp-cache-phase2.php’ (include_path=’c:\apache\php\ext;c:\apache\php\pear’) in C:\apache\users\etc\htdocs\abovethefirehouse\news\wp-content\plugins\wp-super-cache\wp-cache-phase1.php on line 100

    i renamed the directory and then it just gives me a blank screen.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Delete the advanced-cache.php file in the /wp-content/ directory. I am having the same problem as you and have yet to figure out how to make the plugin successfully cache without throwing a 500 internal server error.

    Plug-ins do NOT belong in the wp-content folder – they belong in the wp=content/PLUGINS folder – either in their own subfolder if the plugin requires on, or in the case of a single php file – in the plugins folder itself. As in:

    wp-content
    wp-content/plugins
    wp-content/plugin/plugin 1
    wp-content/plugins/plugin 2
    
    OR
    
    wp-content/plugins/ plugin.php
    wp-content/plugins/plugin2.php
     etc.

    Thread Starter atfpodcast

    (@atfpodcast)

    thanks it worked removing the file. Saurus i think thats where the plugin placed it.

    If it did – it’s incorrect, and another reason now to let plugins be installed automatically, if that’s what it was.

    Saurus, this specific plugin does put files in the wp-content directory once activated. It isn’t there by mistake.

    Atfpodcast: let me know if you get super cache working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘a plugin killed my blog’ is closed to new replies.