I'm running Cubecart 3.0.15
I had to put all the files onto a new server.
So I want to make a new db, then connect my CC to the new db on this new host server.
How do I go about this?
The problem is, I was never able to back up the database from the old host, they shut down before I could. But I do have a backup of the whole directory which the store was kept in in my case its /store/
I put months of work into this store I don't want to lose all the products and template stuff... wow. Can I still do this? I made a new database on the new server and everything with the same user name as the previous and everything
I get this error though
http://purrfectpineapples.com/store/
MySQL Error Occured
1146: Table 'eshuhendler_store.cubecart_config' doesn't exist
QUERY = SELECT array FROM CubeCart_config WHERE name = 'config'
I'm guessing thats because I couldn't import the old database info, (step 2 of - https://support.cubecart.com/index.php?_m=k...kbarticleid=19)
I couldn't do:
2. To back up your database you will need to access your database from your hosting control panel or phpMyAdmin. Once you have authenticated and selected the correct database you should see a tab at the top called "Export". Click this and then choose to download the database data and structure to your local machine. Be sure to click the "Save as File" checkbox and make sure you select export data & structure.
Therefore I couldn't import the new old db stuff to the new database. Does this mean I'm basically screwed?
