bdp13209
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can I point New WP Install to Old Database?The table_prefix seems to be ‘wp_’ in both databases (this by comparing the backup config file with the new config file). Do I need to change it for one of the databases to avoid confusion?
It should be noted that the new install seems to work fine with the new database. I only get these errors when I uploaded the config file referencing the new database via the changes I outlined above.
I read some posts the resulted from the search “force_ssl_admin” error, and most referenced an incomplete install. However, I’m thinking the install is complete, given it will work with the newer database. I am full of bad assumptions today, though.
Forum: Installing WordPress
In reply to: Can I point New WP Install to Old Database?Thanks Chris_K. Doesn’t look like it worked.
I changed DB_Name, DB_User, and DB_Password in the wp-config file to the old database. However, when I tried to login I got:
Fatal error: Call to undefined function: force_ssl_admin() in /home/blog/public_html/wp-login.php on line 15
Forum: Installing WordPress
In reply to: Can I point New WP Install to Old Database?Or, now that I think about it, could I import a backup of the old database into the new database and get the same result?