• No matter what I do, my site no longer loads.

    All of a sudden, out of nowhere about a day ago this happened. Since then, I’ve tried moving hosts and it still didn’t work, so that’s when I concluded that it had something to do with wordpress, as my forum has always worked, no problem.

Viewing 15 replies - 1 through 15 (of 34 total)
  • If the site doesn’t load like that then it could be a configuration file issue. H ave you changed any settings in the config file lately?

    I would also turn on error reporting. I wrote an article on how to do it at display errors in php

    [sig deleted per forum rules]

    We had this exact problem about a month ago. Have you had any server updates recently?

    We had a server upgrade and one of our plugins bust the site causing it not to load, just a plain white page like you get.

    Try going to your phpmyadmin and turning off all the plugins manually. If the site comes back, turn them on one by one and you may find whats busted.

    Thread Starter venn177

    (@venn177)

    Sorry I didn’t reply sooner, the forum here was down.

    I’ll try that, and reply as quickly as possible. I’m desperate to fix this, haha.

    Edit: Wattzy, I’m completely confused as to what your guide is telling me to do.

    Thread Starter venn177

    (@venn177)

    Okay, I’m in phpMyAdmin, how do I turn off plugins? Completely lost here, I just see a bunch of SQL stuff. Nothing relating to plugins at all, really.

    Edit:

    Found out how to disable plugins, disabled them all, getting the same thing.

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

    (@venn177)

    I did 1 and 3. Nothing changed.

    Don’t know where php.ini is located, so I couldn’t edit that. I also don’t know how my host would help, as I’ve completely changed hosts from one to another and I’m still getting the same problem.

    Thread Starter venn177

    (@venn177)

    This is happening again.

    Right after I updated to 3.0.1.

    Thread Starter venn177

    (@venn177)

    Tried everything in the thread again, didn’t work.

    Thread Starter venn177

    (@venn177)

    Bumping this because of how important this is.

    Thread Starter venn177

    (@venn177)

    My site! She is still dead!

    Moderator t-p

    (@t-p)

    are you Twenty Ten or some other theme?

    If you are using theme other than Twenty ten:

    To find any theme-specific problem, just access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename every directory except the /default/ directory. This will force the Default theme to activate.

    I renamed my folders and reloaded, but still a white page when I go to my site.

    Thread Starter venn177

    (@venn177)

    Thankfully I’m not the only one with this problem.

    Thread Starter venn177

    (@venn177)

    Still broken.

    Thread Starter venn177

    (@venn177)

    Gotta bump it again. :<

Viewing 15 replies - 1 through 15 (of 34 total)
  • The topic ‘Site has completely stopped loading?’ is closed to new replies.