My hosting company recently migrated their server, and now my zen cart is no longer showing. All they told me was:

“Your new home directory is: /home/theo
Database (MySQL/PostgreSQL) Hostname: localhost
There may be changes to the database name/username of your databases, please double check all of your software that uses any database to confirm that they are working properly. You may need to update the configuration of your software when necessary for the new database name/username.”


I had/have my zen cart in a folder I will call store.
After reading much in the forums, I have made the following edits to my:
public_html/includes/CONFIGURE.PHP:

define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');

define('DIR_FS_CATALOG', 'home/theo/public_html/store/');
define('DIR_FS_SQL_CACHE', 'home/theo/public_html/store/cache');

And the following edits to my:
Public_html/store/includes/CONFIGURE.PHP:

define('DIR_WS_HTTPS_CATALOG', '/store/');

define('DIR_FS_CATALOG', 'home/theo/ public_html/store/');
define('DIR_FS_SQL_CACHE', 'home/theo/store/cache');


Still no website. Am I missing something… a slash in the wrong place, or a misguided directory path? Are there other files I will need to edit?

Note I do NOT seem to have an ADMIN folder appearing in this newly migrated server and my DIR_FS_ADMIN is not defined. If I indeed need this file, then I must have had one before when it was working before migration? What could have happened to it?
Any help would be appreciated!