• Resolved edmond4

    (@edmond4)


    I have had upgrades before, everything should be fine, but I get a blank page. After directing my page to “upgrade” it did so and finally I could see the admin page, but when I go to “View Site” I get a blank white page.

    Any idea why that is?

Viewing 15 replies - 16 through 30 (of 30 total)
  • Thread Starter edmond4

    (@edmond4)

    Here was the 3rd or 4th upload of the whole blog folder, minus the wp-config.php file

    File activity incomplete. 32 file(s) or folder(s) were not completed.
    Files updated: 563
    Files skipped: 76

    Files with errors: 32
    blog:wp-includes:cache.php
    blog:wp-includes:category.php
    blog:wp-includes:class-IXR.php
    blog:wp-includes:class-phpass.php
    blog:wp-includes:class-phpmailer.php
    blog:wp-includes:class-pop3.php
    blog:wp-includes:class-smtp.php
    blog:wp-includes:class-snoopy.php
    blog:wp-includes:class.wp-dependencies.php
    blog:wp-includes:class.wp-scripts.php
    blog:wp-includes:class.wp-styles.php
    blog:wp-includes:classes.php
    blog:wp-includes:comment-template.php
    blog:wp-includes:comment.php
    blog:wp-includes:compat.php
    blog:wp-includes:cron.php
    blog:wp-includes:default-filters.php
    blog:wp-includes:deprecated.php
    blog:wp-includes:feed-atom-comments.php
    blog:wp-includes:feed-atom.php
    blog:wp-includes:feed-rdf.php
    blog:wp-includes:feed-rss.php
    blog:wp-includes:feed-rss2-comments.php
    blog:wp-includes:feed-rss2.php
    blog:wp-includes:feed.php
    blog:wp-includes:formatting.php
    blog:wp-includes:functions.php
    blog:wp-includes:functions.wp-scripts.php
    blog:wp-includes:functions.wp-styles.php
    blog:wp-includes:general-template.php
    blog:wp-includes:gettext.php
    blog:wp-includes:http.php

    Finished: 12/13/08 8:52 AM

    I’ll upload again these last ones, but I’ve uploaded them plenty of times after they seemingly didn’t upload before.

    I’m having the same problem. after the upgrade. everything is blank.
    https://www.artofbackpacking.com

    no idea what i did.. but it works now

    I made a clean fresh install in a different folder and with a different db-prefix.
    I get “Page cannot be displayed.” in IE and a blank page in Firefox.
    I checked Filezilla and it says there are no failed uploads.

    ok random. i haven’t done anything but suddenly the pages are blank again.

    bump?

    works again lol
    hope it doesn’t happen again

    Thread Starter edmond4

    (@edmond4)

    Strange. I hope for your sake it stays live.

    I don’t know what to think with all of this. Crazy.

    Thread Starter edmond4

    (@edmond4)

    Well Hallelujah!

    Uploading again for the 10th time, after downloading wordpress again and re-writting over the files again too, and wallah!, The blank page now shows up with content.

    Crazy.

    I still get a blank page. -> blog.voodoomedia.ch
    I downloaded it again today and uploaded it once more. Still doesn’t work.
    Do I have now to create a new thread because this one is “resolved”?

    Had the same problem. My wordpress files are in a subdirectory of my domain, but the index.php is in de root of my domain. So after the upgrade in index.php I had to change:
    require(‘./wp-blog-header.php’);
    into
    require(‘SUBDIRNAME/wp-blog-header.php’);

    Perhaps this helps!?

    I had the blank page problem. Re-applying the default theme fixed the problem.

    I think the problem was simply that I hadn’t copied over my custom theme files. Even though WP appeared to have correctly reverted to the default theme as part of the upgrade, something was still broken. So just forcing it to explicitely apply the default theme fixes things… for me at least.

    the usual…

    require(‘./wp-blog-header.php’);

    from <blog_root>/index.php is fine. If it wasn’t, all pages would be broken, not just the blog’s default page.

    I tried the theme swap mentioned above, but the blog’s default page is blank in the wordpress default and several other themes.

    I also injected code to get any errors that might be occurring, but I’m not getting any. Here’s the code (goes in <blog_root>/index.php…

    ini_set(‘display_errors’,’1′);
    ini_set(‘display_startup_errors’,’1′);
    error_reporting(E_ALL);

    Anybody have any other ideas???

    @taxpolicy – it’s working now. After renaming index.php to something that wordpress couldn’t find, trying to access a permalink (which of course failed), putting [blog_root]index.php back, AND reloading the [blog_root], it displayed just fine. Had to be caching of some kind.

    The resolution for me was a php update.
    My hoster updated php from 5.1.6 to 5.2.6

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘Blank Page after Upgrade to 2.7’ is closed to new replies.