Forums

Manual upgrade to 3.3 failed miserably - any suggestions? (3 posts)

  1. c0f8t7r3
    Member
    Posted 4 months ago #

    Having asked my web host why I cant upgrade my wordpress sites automatically and their answer being 'possibly due to its reliance on prohibited loopback connections' I attempted a manual upgrade for the first time. Ive followed all the instructions - but still no success and get variations of the same error messages:

    Network */ define('WP_ALLOW_MULTISITE', false); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); /* Use phpinfo() to find path to upload_tmp_dir * and use this as the temporary directory */ define('WP_TEMP_DIR', 'C:\Windows\Temp' ) ; Fatal error: Call to undefined function wp() in D:\Sites\gael-uladh.com\public_html\wp-blog-header.php on line 14

    Are any of these common - is there anything I can do? I've tried deleting and re uploading

  2. dkotter
    Member
    Posted 4 months ago #

    Not really sure of the error message since it's all jumbled together, but a lot of that is code that is found in wp-config.php and as such it shouldn't be shown as an error message. So my first guess would be something is wrong in your wp-config.php file.

  3. RichardWPG
    Member
    Posted 4 months ago #

Reply

You must log in to post.

About this Topic