I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
The easiest fix for the pop-up image is to put this in your ssu admin config exclude pages setting:
popup_image_additional
This will be addressed in the next version, but basically zencart store the encoded image path in the database, and when it is printed out SSU doesnt understand it. A better fix for this will be applied in 3.3.9
The zenid error was mentioned before, I believe, let me see if I can find it.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
@Roope Which google sitemap module are you using, and which version?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Thanks alot for the popup_image_additional fix! Works like charm
None. I used this online generator: http://www.xml-sitemaps.com/
This same zenid crap also apperad one time on browser with clean cache from automodel page. I came from work and checked this page at home computer when I noticed that all hovered menu links contained this addition. I clicked some page open and it displayed correctly (with addition). After first page load links came back to normal and stayed that way even if I cleared all browser cache. Really weird.
You should use one of those modules in the add-on (http://www.zen-cart.com/index.php?ma...roducts_id=544)
But get back to the topic, there are some ZC settings you should check as well:
ADMIN>>>CONFIGURATION>>>SESSIONS...Prevent Spider Sessions (set to TRUE).
Also, Recreate Session should always be set to true.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
The thing is: if you use an external sitemap, when it reads the links it may get the zenid in there. This is normal, expected to happen.
But you dont want to have zenid in your sitemap, zenid should only appear when "real" visitor visits your site, and that should appear like this:
If they have not visited your site for a while (in the last 24 mins), on the first page load all links displayed will have zenid attached
When they click on any of those links, on the second page load none of the links should have zenid attached.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I found out that I have some extra characters in the .htaccess file in some 3+version, this will cause the "internal server error" some of you might have experienced (if you have not, then you are safe)
Open the .htaccess and you will see at the very beginning of the file 2 extra characters "hu", delete those, ver 3.3.9 is uploaded to address this problem.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I installed SSU as per instructions shown here:
http://wiki.rubikintegration.com/zen...u/installation
I have also turned "On" SSU in admin > config > SSU
However, the urls remain unchanged.
I ran the ssu_check.php file and it shows the following:
Warning Checking includes/configure.php
Warning Suggested .htaccess content
Success #### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
Warning Checking cache write permission
My .htaccess file shows the following:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/
# 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
Store url: www.gemsoul.com
What am I missing?
Bookmarks