I have copied the files (v1.3.9) to my server (hosted by Streamline.net) and on running install for the first time received the following error message:
Hello. Thank you for loading Zen Cart™.
You are seeing this page for one or more reasons:
1. This is your first time using Zen Cart™ and you haven't yet completed the normal Installation procedure.
If this is the case for you, Click here to begin installation.
2. Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.
See the Online FAQ and Tutorials area on the Zen Cart™ website for assistance.
3. Additional Details: includes/configure.php file contents invalid. ie: DIR_FS_CATALOG not valid or not set
The portion of includes/config.php that references DIR_FS_CATALOG is as follows:
// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', '/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
If I attempt to run the install I get a 500 Error.
Thanks in advance if anyone can help me![]()




