• Hi everybody.
    I am facing a serious problem.
    I run 2 blogs. During upgrade from 3.3 to 3.3.1 one blog came ok and the other one went BLANK. No more admin, no more blog live.
    I’ve spent the all day and I’ve tried everything I read about.
    -Deleted plugins.
    -Repaired tables
    – Renamed my theme folder
    -Checked blank space at the end of wp-config
    -reuploaded my back-up via MySQL
    -Reuploaded version 3.3 (all files and folders excepted WP-CONTENT).
    At this point I read that It was better not to upload Wp-config. So I didn’t. But when I tried to go to myblog/wp-admin, screen says that there is no wp-config (strange, I did not delete it) and was needing one (of course !). So, I reuploaded my file.
    Again BLANK Screens everywhere (admin + site).
    I’ve tried to DEBUG True, but cannot see anything, it is completely white.

    I don’t know what to do anymore. All tables are there, Database look ok.
    The strange thing is that the other blog went fine on upgrading.

    My host recently made changes on server…could it be something there ?

    I will appreciate any help.
    Thank you very much.

Viewing 15 replies - 1 through 15 (of 15 total)
  • This usually happens when your server is running out of memory. I suppose you are nearly at your memory limit for your account…

    I did some googling and found these:

    1.A partially complete upgrade – Solution: Re-upload the upgrade files.
    2.FTP Client making a mess of the upgrade – Solution: Get a better FTP client and re-upload the upgrade files.
    3.Something failed running /wp-admin/upgrade.php upgrade script – Solution: Find out what failed (check logs), fix it and re-upgrade.
    4.Incompatible Plugin Enabled – Solution: Disable all plugins, then add them back one at a time to see which one causes the problem.
    5.Adding the new define(‘SECRET_KEY’,… parameter into wp-config.php – Solution: Don’t put it at the end of your file, put it before the line that says /* That’s all, stop editing! Happy blogging. */

    Try:
    – switching to the Twenty Eleven theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress.

    Are you using the memcached plugin (wp-content/object-cache.php) by any chance?

    I’m seeing a problem with logging in with it enabled, which I’m trying to debug. If I rename wp-content/object-cache.php to object-cache2.php temporarily then I can log in, do stuff and then have to rename it back afterwards.

    Thread Starter blue_life

    (@blue_life)

    Thank you all for helping me…

    @esmi . Did all that already as per my message. I just uploaded twenty eleven theme and renamed again my current theme…but nothing.

    @ahaveland. NO I don’t use memcached plugin

    @shibulijack. Re-upload the upgrade files….Which ones ? I juts reuploaded all files from prev. version.
    + running /wp-admin/upgrade.php upgrade script what failed (check logs). Where can I check the logs ? My screen is blank.

    Reuploaded version 3.3

    3.3? Or 3.3.1? Did the upgrade complete? Have you checked your server’s error logs for any clues?

    Thread Starter blue_life

    (@blue_life)

    I re uploaded previous version that was fine : 3.3
    The upgrade to 3.3.1 caused the problem, this is why I downgraded my version.
    My host changed server config and I cannot check my logs for the moment…
    Isn’t it fabulous ?
    I’ve sent them an email.

    My host changed server config

    Hmmm… was this before or after the site collapsed?

    Thread Starter blue_life

    (@blue_life)

    before…and I got some problems since then. The only thing strange is that the other blog ( eng version) is fine. This other blog is very similar to the other problematic one…same plugins, same versions, same posts…just a different language.
    Do you think it still could be a problem with the host ?
    I’ve never faced this.

    Are both blogs on exactly the same server?

    Thread Starter blue_life

    (@blue_life)

    yes..well I guess so…i am on a shared one, but everything “look” on the same. I did not know that could happen.

    .i am on a shared one, but everything “look” on the same.

    Just because you have multiple sites on shared hosting packages from the same host does not mean that they are all on the same physical server. Check your hosting management panel. There may some info on which server each site is hosted on.

    Thread Starter blue_life

    (@blue_life)

    @esmi…thank you fo the info. I DID NOT know. This might be the problem. I am at the point to hope for that..

    I’ll go for better server option but it is in a few months only. Until then…
    I wait for news from host and come back eventually with good news.
    Thank you so much,
    Cheers

    Thread Starter blue_life

    (@blue_life)

    Ok…awaiting for my host answer I keep searching.
    I’ve added to my https://www.mysite.com/blog/index.php
    <?php
    ini_set(‘display_errors’,’1′);
    ini_set(‘display_startup_errors’,’1′);
    error_reporting (E_ALL);include(‘index.php’);
    ?>

    It results of a long listsaying one single error
    Constant WP_USE_THEMES already defined in …index.php. line 14
    line 14 I have
    define(‘WP_USE_THEMES’, true);
    I did not change anyhting…
    any clue ?

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Big Blank screen after upgrade to 3.3.1 Have tried everything I knew’ is closed to new replies.