Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How do I upload old forum to new server and database (SAME DOMAIN)
kismaryjane
New
I am the new owner of a domain. I am able to import the data from a forum that was on the domain that the previous owner exported from a MySql database to a new MySql database in my account via phpMyAdmin. After that I need to be able to restore the forum on my server so that it works with the new database.
How do I take all of the backed up files I have from the domain when it was previously owned and restore the forum. The domain name is the same. It is the MySql database that has changed.
I could really use some help with this. I really don't want to start a brand new Vanilla forum. I'd like to restore the one we had before. PLEASE HELP!!! Step by step instructions or a link to some instructions would be great!!!!!
MJ
0
This discussion has been closed.
Comments
First, a small glossary, to be sure we understand each other:
- The domain is the internet name to access your forum. It is not really relevant to the point here, beside the need to have it setup to address the right host server.
- The host server is where you files (Vanilla stuff) are stored. It's not clear from your post if it changed or not. I presume it does.
- The MySQL server hosts the database. It may be the same that the previous or not, depending of hosting service setup. In you case this one changed.
Steps
- If the host server changed, copy all vanilla files from old to new. Most of the time, you'll use a FTP application to do this. The simple way to do it is to copy files to your local computer as an intermediate step.
- Edit the <Vanilla>/conf/settings.php file (on the new server) to reflect any change resulting from this server change: files path…
- Export the database from the old MySQL server and import it to the new. You seem to have done it already.
- Edit the <Vanilla>/conf/database.php file (on the new host server) to reflect any change resulting from this server change: IP address, credentials…