• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. We don’t really support self-appointed hosts to learn how set up a server.
    2. If you see all that “garbage” – PHP is not running on your server.

    sorry, whatever was wrong seems fixed again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error: Already Installed’ is closed to new replies.