problems with install on multiple site
-
I’m having problems installing wordpress on multiple sites. I first installed it on my own personal website on a remote server and it went very smoothly. Now I want to install it onto someone else’s site but it says:
hide_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: ?>This is running the install from a local file but different folder from the last install. Different install file altogether. Is something being stored on my computer telling it that the install has already been run? If I try running it from the server, it says it can’t be found and I assume it’s for security purposes.
Thanks.
The topic ‘problems with install on multiple site’ is closed to new replies.