First time install, but…
-
For some reason, when I first try to install wordpress, I get this message:
create one before moving on.”); require_once(‘../wp-config.php’); require(‘upgrade-functions.php’); $step = $HTTP_GET_VARS[‘step’]; if (!$step) $step = 0; ?> WordPresshide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $tableusers”); if ($installed) die(‘
You appear to already have WordPress installed. If you would like to reinstall please clear your old database files first.
‘); $wpdb->show_errors(); switch($step) { case 0: ?>
So I clear my old databases and even reinstall MySQL, but still no go. I’m stumped. Can anyone please help me out?
The topic ‘First time install, but…’ is closed to new replies.