Re: Simple SEO URL [support thread]
RewriteBase /Mycirclelens.com/ --> this cant not be right, probably it is RewriteBase /
Re: Simple SEO URL [support thread]
changed that. . . now I dont have an error but the catalog and some pages are empty
Quote:
Originally Posted by
yellow1912
RewriteBase /Mycirclelens.com/ --> this cant not be right, probably it is RewriteBase /
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
hitchhiker
changed that. . . now I dont have an error but the catalog and some pages are empty
This will help you get the error message
https://www.zen-cart.com/tutorials/index.php?article=82
Re: Simple SEO URL [support thread]
Here is the error message:
PHP Fatal error: Access to undeclared static property: productsParser::$ in /home/.kenmore/XXXXXX/Mycirclelens.com/includes/classes/ssu/plugins/parsers/products.php on line 78
Quote:
Originally Posted by
yellow1912
Re: Simple SEO URL [support thread]
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);
Re: Simple SEO URL [support thread]
PHP 5.2
SSU 3-4-8
I will try re-uploading the new files
Quote:
Originally Posted by
yellow1912
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);
Re: Simple SEO URL [support thread]
Looks like its working! . . will post update once I have qa'd the whole site
Quote:
Originally Posted by
hitchhiker
PHP 5.2
SSU 3-4-8
I will try re-uploading the new files
Re: Simple SEO URL [support thread]
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?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
pglock
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?
1. Post the htaccess content here
2. Make sure your server does have mod_rewrite
Re: Simple SEO URL [support thread]
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