Can’t install WordPress (clearintg database tables doesn’t work)
-
“Open /wp-admin/install.php in your browser”
Hi everyone,
The above doesn’t work for me. I’ve cleared the database several times already and it just doesn’t do anything. I keep getting the same error message. Any ideas?Below is my config file and the error message(s).
Thanks.
RickMy wp-config.php file:
[moderated lengthy config code – we all have the same file.]
ERROR MESSAGE BELOW:
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.”, “WordPress › Error”); } require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?> > text_direction) ) : ?>
WordPress
‘.__(‘Already Installed’).’‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’
‘); switch($step) { case 0: ?>ReadMe documentation at your leisure.’), ‘../readme.html’); ?>
ERROR: please type your e-mail address”)); } else if (!is_email($admin_email)) { die(__(“ERROR: the e-mail address isn’t correct”)); } ?>
The topic ‘Can’t install WordPress (clearintg database tables doesn’t work)’ is closed to new replies.