RewriteBase /Mycirclelens.com/ --> this cant not be right, probably it is RewriteBase /
RewriteBase /Mycirclelens.com/ --> this cant not be right, probably it is RewriteBase /
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
This will help you get the error message
https://www.zen-cart.com/tutorials/index.php?article=82
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
Your php version?
Your SSU version?
3.5.7 is the latest. You may want to reupload that file as well, on that specific line on that file I have:
PHP Code:
self::$main_page = $page = zen_get_info_page($products_id);
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'm trying to install version ssu_beta_3.5.7(php5), which is the current latest version (I believe) on http://store.splatcooking.net
I've followed the instructions on the wiki and modified the .htaccess file using the suggested content from ssu_check.php. When I turn on ssu the modified urls are being served up, but clicking on a link results in a 'Page Not Found' error. What are the troubleshooting steps I should take?
Last edited by pglock; 18 Jan 2009 at 03:52 PM. Reason: spelling errors
Hi all,
first of all excellent mod..
But, I'm having a little glitch with it...
Here is the link to the "add multiple products" page:
http://www.tribox.co.uk/index.php?ma...ndex&cPath=4_5
I'm able to add mutliple prducts fine.
with SSU enabled here is the link:
http://www.tribox.co.uk/discount-it-...c-4_5/sort/20a
But now I'm unable to add multiple products... does nothing.
Here is my .htaccess content:
#### 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
Bookmarks