When I have ssu turned OFF, my links work, when ssu is ON, the links are broken.
Can someone please give me a rundown of the proper settings in admin>config>ssu (or atleast what you have if you have it working!)
Printable View
When I have ssu turned OFF, my links work, when ssu is ON, the links are broken.
Can someone please give me a rundown of the proper settings in admin>config>ssu (or atleast what you have if you have it working!)
A vanilla 1.3.9f install - but it's 3.5.7 SSU
-------------------------------
True
False
zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id
0
False
0
advanced_search_result,redirect,popup_image_additional,download,wordpress
-
0
-
<blank>
-------------------------------
and it's not on the below site - it's on www.disastersupplycatalog.com - can you grab the old version ?
I had no issues during install or running...
Thank you, but your settings don't quite match up w/ mine for ssu. I have ssu v3.7.1
localhost: ssu works just fine as long as it is apache server with mod rewrite enabled
zen version 1.3.9: there is a change in the .htaccess of zencart that can interfere with how ssu works, one of the devs of zencart suggested the following fix:
go to the .htaccess file of your store root folder, inside you should find ssu's rules, find the line
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
Change it to
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
if you turn on ssu and your links dont work (ie: getting all 404) then the problem lies in the .htaccess:
1. maybe you set the RewriteBase wrong
2. maybe you dont have mod rewrite
3. or maybe you are using zen 1.3.9 and need to make the change mentioned above
Having same issue as previously posted but have been unable to resolve with previous suggestions.
Zen Cart Version 1.3.9d
SSU Version 3.5.8
Everything is working fine except when I get a blank page when I click on Extras / Simple SEO URL Manager. I need to edit the URL's for the site so they will not display the c (categories) and numbers.
Any suggestions?
If you get a blank page there, it's not a htaccess issue. I suspect you can resolve it by download and upload this package
http://code.google.com/p/zencart-mod...downloads/list
On line 16 of the latest version of SSU there is no code refer to yclass, perhaps you do not have the latest version, or perhaps when you upgraded you missed 1 or more files :) Latest version is 3.8.5 btw