Error: Already Installed
-
After selecting /wp-admin/install.php I get this error message:
hide_errors(); $installed = $wpdb->get_results(”SELECT * FROM $wpdb->users”); if ($installed) die(’
‘.__(’Already Installed’).’
‘.__(’You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’
‘); $wpdb->show_errors(); switch($step) { case 0: ?>
ReadMe documentation at your leisure.’), ‘../readme.html’); ?>But, no previous version has been installed. I have deleted the database and recreated it. I also tried to create a database with a different name and update that in wp-config.php. I also tried downloading a fresh copy of MAMP and WordPress and I still get the same error.
I’m running the site locally using MAMP and am at a loss. Thanks for any help.
- The topic ‘Error: Already Installed’ is closed to new replies.