thank you. I will try that.
thank you. I will try that.
Now i have installed new version of ssu and module manage
and when i click on admin >> Extra >> Simple SEO Url
Its show me one error
Failed to create .keep file
And after that
Error Failed: 1
Error ERROR: Cannot create table module_version_tracker because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
Error Failed to set up version tracker table
Please suggest
Thanks
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Yellow do you think you can shed a little light on this for me.
http://www.zen-cart.com/forum/showpo...postcount=3199
its on page 320 of this thread
Thank you
User of zencart
I did clear the cache. when I stop the SSU and remove htaccess file, everything is working as expected. The moment I put the .htaccess file back, I see the problem.
The problem seems to be in my .htaccess file. I am playing around with it now. But no luck.
here is my .htaccess
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteCond %{HTTP_HOST} ^salevalley.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.salevalley.com$
RewriteRule ^shop/?$ "http\:\/\/www.salevalley\.com" [R=301,L]
RewriteCond %{HTTP_HOST} ^salevalley.com
RewriteRule (.*) http://www.salevalley.com/$1 [R=301,L]
#### BOF SSU
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.*) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Please let me know any changes needed.
Thanks
I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Please let me know how to go about it.
Thanks
Just to make sure you know what the problem was I had simple cache with gzip cut on and I had zlib.output_compression_level = -6 on, on my server so that was what was messing things up for me. Yellow went to my site admin and cut off simple cache and things was back to normal. I hope this will help.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Bookmarks