Upgrading 202 to 213 problems
-
hello to everyone-
I’m having a problem upgrading WP 202 to 213. I’ve followed the upgrading docs by the letter, as far as I can tell.
Problem: When I try to access the upgrade.php script program with my browser, this is what I get-
<?php
define(‘WP_INSTALLING’, true);
if (!file_exists(‘../wp-config.php’))
die(“There doesn’t seem to be awp-config.phpfile. I need this before we can get started. Need more help? We got it. You can create awp-config.phpfile through a web interface, but this doesn’t work for all server setups.Now when I refresh the page I get this-
wp-config.php file. I need this before we can get started. Need more help?
- We got it
You can
-
create a wp-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.”); require(‘../wp-config.php’); timer_start(); require_once(ABSPATH .’/wp-admin/upgrade-functions.php’);if(isset($_GET[‘step’]))$step=$_GET[‘step’]; else $step=();
W
- WordPress
Have fun!”),$backto);?>
I’m new to this, so I don’t know what to do from here!
can anyone help me out?
THANKS in advance.
The topic ‘Upgrading 202 to 213 problems’ is closed to new replies.