• I followed all instructions on upgrading from 2.6.5 to 2.7 here on WordPress.org.

    I’ve already made backups of the directories, files and database.

    After the upgrade was complete, I am presented with a blank page of my website.

    I have already tried the following suggested in FAQs here:
    – Disable the plugins manually in phpMyAdmin
    – Switch to “default” theme manually in phpMyAdmin
    – Change the security keys

    My website is here

    What could have gone wrong?

Viewing 15 replies - 1 through 15 (of 28 total)
  • I have the same problem- But everything in the admin area works fine. Just the site is blank. Even the default theme.

    white aka blank pages mean there was a fatal PHP error. what do your error logs say?

    Thread Starter octoberasian

    (@octoberasian)

    How do I check PHP error logs?

    I’m on Yahoo Small Business Web Hosting.

    I know how to do it on my home server, but the blog isn’t installed there.

    Im not even sure yahoo makes error logs available, I cant remember. If they do, you are probably going to find them in their control panel somewhere? I wish I could help more, but if you know how to find them on your server, than at least you will recognize them when/if you see them there.

    Also, double check that they dont have PHP set up to write to an error_log in the same directory as where the error occurred. If they do, you’ll find error_logs mixed among your files when you use an ftp client.

    Thread Starter octoberasian

    (@octoberasian)

    Got the log!

    Had to check Yahoo’s Help Support section.

    Clearing the script and reloading my website, I get this single line:

    [12-Dec-2008 00:18:37] PHP Fatal error: Call to undefined function: wp_remote_post() in /aselin/wp-includes/cron.php on line 201

    Thread Starter octoberasian

    (@octoberasian)

    Thread Starter octoberasian

    (@octoberasian)

    Thread Starter octoberasian

    (@octoberasian)

    Sorry for the multiple posts.

    Apparently the WP forum didn’t show my reply for some reason.

    ok, that function is defined inside wp-includes/http.php

    do you have that uploaded?

    Thread Starter octoberasian

    (@octoberasian)

    Yes I have that uploaded and re-uploaded.

    After opening the http.php file in Dreamweaver, there is a function as “wp_remote_post()”.

    Edit: There is a function called wp_remote_post()

    Thread Starter octoberasian

    (@octoberasian)

    Here’s the function:

    function wp_remote_post($url, $args = array()) {
    	$objFetchSite = _wp_http_get_object();
    	return $objFetchSite->post($url, $args);
    }

    dont upload with dreamweaver, if you are.

    upload the file with an ftp client, in ascii mode. 🙂

    Thread Starter octoberasian

    (@octoberasian)

    I’m using Filezilla set to Auto.

    I don’t use Dreamweaver anymore for uploads for over two years now. ^^;

    Just cleared the same problem from oneof my blogs; I renamed wp-print and wp-sticky plugins and voila, all was well again.

    Also, for people having problems seeing stuff on the dashboard, GET RID OF the plugin for dashboard menu drop downs; it destroys the menus. Boy was I scratching my head for a while. LOL

    Thread Starter octoberasian

    (@octoberasian)

    I cleared the plugins folder and manually cleared the active plugins row in phpMyAdmin. Still the same error.

    Uploading it via ASCII in Filezilla, still gives me a blank page.

    [12-Dec-2008 00:18:37] PHP Fatal error: Call to undefined function: wp_remote_post() in /aselin/wp-includes/cron.php on line 201
    [12-Dec-2008 00:25:15] PHP Fatal error: Call to undefined function: wp_remote_post() in /aselin/wp-includes/cron.php on line 201
    [12-Dec-2008 00:27:50] PHP Fatal error: Call to undefined function: wp_remote_post() in /aselin/wp-includes/cron.php on line 201
    [12-Dec-2008 00:28:04] PHP Fatal error: Call to undefined function: wp_remote_request() in /aselin/wp-includes/update.php on line 58
    [12-Dec-2008 00:38:14] PHP Fatal error: Call to undefined function: wp_remote_post() in /aselin/wp-includes/cron.php on line 201
    [12-Dec-2008 00:39:48] PHP Fatal error: Call to undefined function: wp_remote_post() in /aselin/wp-includes/cron.php on line 201

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘Upgraded to 2.7 – Blank Page’ is closed to new replies.