Page 1 of 1

Moving App to new hosting

Posted: 2015-03-24 14:31
by idzikows
I've run into a problem accessing data after setting up on a new hosting account. The hosting account is not really the problem both servers are with HostGator. I can see all of the tables and data in PHPMyAdmin, but when I try to access the data through my app I get the following error:

Error: "Table '<tablename>' doesn't exist

Specifically, I followed these steps with both installations, but the second has the error.
1) Created the database in PHPMyAdmin - 'snapworkflow'
2) Transferred structure and data to the database
3) Uploaded the AppGini files to the hosting directory
4) Ran Setup.php
5) Checked config.php to make sure all connection data was correct

Not sure why it's not working the second time. Anyone run into this before?

Re: Moving App to new hosting

Posted: 2015-03-30 15:02
by a.gneady
Try deleting the "setup.md5" file from the server and then open the application in your browser .. This should trigger creating the missing table.