Unable to “upgrade” after uploading (step3)
-
After running version 2.0 on my site, I am unable to upgrade from my (Firefox) browser window.
All that I see is the text of the upgrade.php file:
upgrade<?php
define(‘WP_INSTALLING’, true);
if (!file_exists(‘../wp-config.php’))
die(“There doesn’t seem to be awp-config.php
file. I need this before we can get started. Need more help? We got it. You can create awp-config.php
file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.</p><p>Create a Configuration File“);require(‘../wp-config.php’);
timer_start();
require_once(ABSPATH . ‘wp-admin/includes/upgrade.php’)….wp-config.php from my original config was uploaded.
What should I do now???
- The topic ‘Unable to “upgrade” after uploading (step3)’ is closed to new replies.