Forum Replies Created

Viewing 1 replies (of 1 total)
  • <—
    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: ?>

    —>

    This is part of the error message I get when I try to install wp in my subdomain. I have wp installed and running in the main domain. I want to install another wp in the subdomain. I have created a separate database for the subdomain with different user name and password. But I’m not able to proceed. Am I doing something wrong? I did go through the documents and forums but don’t to seem to have moved forward. Thanks in advance for any help.

Viewing 1 replies (of 1 total)