I wanted to share this with other newbies who might try to upload this module. I have been trying to upload this module for nearly a week and FINALLY figured out what I was doing wrong. This was all greek to me only a few short months ago.

Zen-Cart version: 1.3.8a
Simple SEO Url version: 3.5.1
Godaddy Host
Apache Server

My two mistakes:

1.) I didn't change the .htaccess file directory. The notes in the .htaccess version that is downloaded with the program doesn't really clarify that

RewriteBase /zencart/

needs to be rewritten (need to overwrite "zencart" with your subdirectory name OR delete "zencart/" if it is based in your root directory)

The instructions, however, were clarified in the install instructions at http://wiki.rubikintegration.com/zen...u/installation

Duh.


2) After loading everything up, I got:

Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/b/i/z/mysite/html/admin/includes/classes/ssu.php on line 12

I read (okay skimmed for days and did specific word searches) through the nearly 1800 posts on this thread and found a few references to fix different parse errors by making sure the php version was php5 (I was using php4).

I went to my Godaddy account and changed from php4 to php5 (there are instructions in Godaddy help on how to do it). I waited about an hour for Godaddy to make the php change (but Godaddy says it can take up to 24 hours) and VOILA!

Anyway, everything is working so far!