• David

    (@cancerkitty)


    Sometime around midnight on Tuesday, my blog (www.delsquacho.com/blog) went completely blank. I can’t access wp-admin or any other file using the browser. I have tried a couple different browsers as well. I haven’t made any changes or updates to the software or plugins in several days prior to it going blank.

    When I FTP into the site, everything is there and appears to be working.

    I read through some other posts here and have tried the following:

    – Renaming wp-includes/cache.php, reloading the homepage, and naming the file back. I never got any error and the blog remains blank.

    – Renaming the current theme to try to force it back to default. No change, blog is still blank.

    – Renaming the plugin directory to ensure there’s not a conflict there. No dice.

    Does anyone have any further suggestions? This is making my crazy.

Viewing 11 replies - 1 through 11 (of 11 total)
  • try one of these memory options

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
    
    2. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M
    
    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');
    
    4. Talk to your host.

    Thread Starter David

    (@cancerkitty)

    I edited both php.ini and .htaccess file; no dice

    When I add that line to wp-config.php it gives me the following error instead of a blank page:

    Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or ‘$’ in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-config.php on line 23

    Line 23 is:
    define(‘ABSPATH’, dirname(__FILE__).’/’);

    Go to around line 81 in wp_config

    define(‘WP_DEBUG’, false);

    and change it to this.

    define(‘WP_DEBUG’, true);

    re-load the page and post what issues you get outputted back.

    Thread Starter David

    (@cancerkitty)

    I’m now receiving the following, which looks like a problem with the WP Super Cache Plugin:

    Warning: main(/nfs/c04/h01/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/wp-super-cache/wp-cache-phase1.php) [function.main]: failed to open stream: No such file or directory in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php on line 3

    Fatal error: main() [function.require]: Failed opening required ‘/nfs/c04/h01/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/wp-super-cache/wp-cache-phase1.php’ (include_path=’.:/usr/local/php-4.4.9-2/share/pear’) in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php on line 3

    I renamed the plugin directory, but I’m still receiving the error.

    ok great

    I would do a backup of the plugin directory with ftp and then delete it off the server so you can always put it back.

    try finding /wp-content/advanced-cache.php

    and backup and disable aswell.

    post back your results.

    sorry dont delete the whole plugin directory thats abit overkill i was meant to say just the WP Super Cache Plugin: folder.

    I now their can be issues with uninstalling this

    Thread Starter David

    (@cancerkitty)

    Progress! I removed WP Super Cache and advanced-cache.php and am now getting an error ridden blog, but a blog none-the-less!

    The following errors appear:

    Warning: main(/nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php) [function.main]: failed to open stream: No such file or directory in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-settings.php on line 60

    Warning: main() [function.include]: Failed opening ‘/nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/local/php-4.4.9-2/share/pear’) in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-settings.php on line 60

    Notice: Undefined index: aiosp_enabled in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766

    Notice: Undefined index: aiosp_enabled in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766

    Great you wont have a completely error free blog well you might but ive never had one so i would just set.

    define(‘WP_DEBUG’, false);

    back to false like above and make sure your blog still up.

    Thread Starter David

    (@cancerkitty)

    And we’re back in business.

    Thank you so much isimpledesign!

    A quick follow-up question: do I need to be concerned about those errors that were reported when debug was on?

    Glad to be off help i wouldnt be to worried if you did a clean install of wordpress and then run it in debug mode it would still show errors

    depricated function etc.

    So my answer would be no ??

    Thread Starter David

    (@cancerkitty)

    Much appreciated!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Blog Went Blank’ is closed to new replies.