Moving App to new hosting
Posted: 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?
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?