Quote Originally Posted by tbokich View Post
Here is what I get: define('DIR_WS_PHPBB', '/');

// * 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', '/home2/latexinn/public_html/154/');
I could not find a store folder or if it means the zen cart folder is 154, In 154 the config file is of course in the includes folder and the database info is correct on this file
Thanks
The issue as lat9 is trying to lead you to is now identified not to be a file issue, but now is a database issue. In your old store, even though you may not have had phpBB installed, it was activated before upgrading the database... Now in zC 1.5.4 the software goes out and tries to do something based on that setting and stops working...

Now you need to change the setting in the database so that it doesn't go out and do that... Not at a computer to specifically identify the sql that will specifically solve the problem.