Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    and I'm getting 500 errors

    my htaccess is



    -----------------------

    #### 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 /Mycirclelens.com/

    # 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

    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # 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 /Mycirclelens.com/

    # 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



    Quote Originally Posted by hitchhiker View Post
    was able to solve this problem by creating all the directories in my file structure. now the reset cache button works.

    however, it doesnt look like the url's are re-writing.

    www.mycirclelens.com

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    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

  3. #3
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default 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 View Post
    RewriteBase /Mycirclelens.com/ --> this cant not be right, probably it is RewriteBase /

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by hitchhiker View Post
    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
    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

  5. #5
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default 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 View Post
    This will help you get the error message
    https://www.zen-cart.com/tutorials/index.php?article=82

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default 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); 
    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

  7. #7
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default 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 View Post
    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); 

  8. #8
    Join Date
    Jan 2009
    Posts
    23
    Plugin Contributions
    0

    Default 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

  9. #9
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Look like an old version, is it 3.5.7?

    If not please upgrade: http://public.rubikintegration.com/

    Dont forget to check: http://wiki.rubikintegration.com/zen...les/ssu/config

    Quote Originally Posted by Dozzer View Post
    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
    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

  10. #10
    Join Date
    Jan 2009
    Posts
    23
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Look like an old version, is it 3.5.7?

    If not please upgrade: http://public.rubikintegration.com/

    Dont forget to check: http://wiki.rubikintegration.com/zen...les/ssu/config
    Yes it's version: 3.5.7...

    Any ideas ?
    The htaccess is as recommended by the checker, Any ideas how to exclude this page (URL below) from the SEO ?


    http://www.tribox.co.uk/index.php?ma...ts_add_product

    With SEO on I'm unable to add multiple products to the cart. Nothing happens... just a page reload.

    I can't work out how to do it using the config help page...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg