Quote Originally Posted by heteromorphic View Post
... Not sure how to "code" - please advise ...
After you click "REPLY" on the forums clicking "GO ADVANCED". This will give you extra options in the editor.

Quote Originally Posted by heteromorphic View Post
Nevermind... just had to fix permissions on control panel to view. ... the 2nd one isn't there - just the config.seo files are there...
Do not use a "control panel" to copy files to your server. This is known to cause problems including corrupted files. Zen Cart (and all Zen Cart modules) should be installed directly using a SFTP, FTPS, or FTP client.

Zen Cart requires both configuration files, so they are there somewhere. If you renamed your "admin" folder, which is recommended after installing, then replace the word "admin" with the name of your Zen Cart "admin" folder.

The configuration you posted for "includes/configure.php" is missing some quotes around the DB username / password. If you copied this from the server and did not edit to replace the username / database with dummy values you should fix the quotes. The "store" configure.php looks okay otherwise at a glance (I mostly wanted to see where you installed various Zen Cart components).

Quote Originally Posted by heteromorphic View Post
I did see another post about that error here but I'm not sure what they are talking about as a resolution
First and foremost, are you running Zen Cart 1.3.9h? I am not supporting this module on older versions.

If you are running Zen Cart 1.3.9h, I'm guessing the store has been upgraded from previous versions and some of the merges were not successful. Use a tool such as WinMerge or BeyondCompare to see what is different in your store than a stock 1.3.9h store and go from there. Your copy of "includes/functions/functions_general.php" is outdated and needs to be upgraded if you are running 1.3.9h.

Quote Originally Posted by heteromorphic View Post
I believe it was installed on heteromorphic.com/zencart. The .htaccess file is on the root for sure (heteromorphic.com).
As per the installation instructions the sample .htaccess file goes in the location you installed Zen Cart. So in your case "heteromorphic.com/zencart/.htaccess" not in the root "heteromorphic.com/.htaccess". Please adjust accordingly.