Quote Originally Posted by whispers65233 View Post
Ok everyone I followed the "easy to follow" instructions including what was in the readme folder and this is the result...........

Fatal error: Cannot redeclare class base in /home/impress/public_html/includes/classes/class.base.php on line 17

Now what?
I don't think the error is related to user tracking. You may have muffed up something while editing. If this is not the case then you may have another mod which is calling the same class file. Search your install using the Developers Tool Kit (in admin under Tools) to see if you find multiple references to whatever is being called on line 17. (you will need to open class.base.php first).

You may have good reasons for your shop directory path above, but just in case, the path shows your shop includes directory within your webroot. This is not standard. With a normal install one would observe sonething like:

/home/account_name/public_html/shop_name/includes

Installing your shop directly in your webroot makes setting up and maintaining Zen Cart more tricky.

If you need assistance with this the Installing Zen Cart board is probably the best place to post questions on this subject. And be sure to check out the Installation docs in the FAQs and Tutorials area.

Woody