Moving App to new hosting

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
idzikows
Posts: 1
Joined: 2015-03-24 14:19

Moving App to new hosting

Post by idzikows » 2015-03-24 14:31

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?

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: Moving App to new hosting

Post by a.gneady » 2015-03-30 15:02

Try deleting the "setup.md5" file from the server and then open the application in your browser .. This should trigger creating the missing table.
:idea: AppGini plugins to add more power to your apps:

Post Reply