Page 445 of 506 FirstFirst ... 345395435443444445446447455495 ... LastLast
Results 4,441 to 4,450 of 5054
  1. #4441
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Guys,

    I have been using this mod for the last few years.

    I have upgrade to 1.3.9f, and upgraded the latest Module manager, and SSU 3.8.5.

    It all looks good and like it should be working however every link i click on returns the home page/index only. I have tried to do a whole lot of problem solving myself but cannot isolate whats causing it. I think the htaccess file is not working. What i have is below.

    Does anyone smarter than i have any ideas for me to try?

    #### 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]
    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU

  2. #4442
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    p.s the url returns correctly but the page renders only as the home page if that helps too.

  3. #4443
    Join Date
    May 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I've installed the latest Simple SEO mod in my 1.3.9 install, and now my admin shows a blank page. I've spent the last few hours diving into it and from the best that I can tell it's crashing in the init_admin_auth.php file. Specifically on the line calling\:


    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));

    FILENAME_LOGIN is "login"

    I don't know enough about zencart or zen_href_link to figure out how to debug further. Has anyone run into this, or doies anyone have advice on getting to the root of the problem? I'm out of ideas.

    Thanks,
    TJ

  4. #4444
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by hitch View Post
    Hi Guys,

    I have been using this mod for the last few years.

    I have upgrade to 1.3.9f, and upgraded the latest Module manager, and SSU 3.8.5.

    It all looks good and like it should be working however every link i click on returns the home page/index only. I have tried to do a whole lot of problem solving myself but cannot isolate whats causing it. I think the htaccess file is not working. What i have is below.

    Does anyone smarter than i have any ideas for me to try?

    #### 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]
    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU
    Further to this i have done a Fresh install of zencar t1.3.9f, the latest module manager, and the SSU 3.8.5 and get the same result. I think this means its an internal conflict between the software, or a problem with my htaccess and server however i have tried every option i can find on the htaccess with no success. No errors just the index page re loads on every url clicked (yet the url looks correct)

    Does anyone else have this set up working on 1.3.9f? Can anyone help?

    Thanks All

  5. #4445
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by zubenubi View Post
    Having a wee problem with my cart @ http://www.bigmenslargeclothes.co.uk/. When I click on the login link I get brought to the the login page which is https...

    when I type in my username and password and click login, I get redirected to the main page but it's an http page (ie without the S)

    Going from a secure https to a non secure http results in an error in IE6 which might be a bit off putting to customers.

    I've posted elsewhere about this and I'm told (by no less than Dr Byte) that...

    to test to see what i mean you can try logging in (using ie6) with
    username- test AT gmail DOT com
    password-testing

    it's doin my loaf in! any help would be appreciated
    Hey there, I'm still having problems with this. Anybody any suggestions?

    Ta

  6. #4446
    Join Date
    Aug 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by foteek View Post
    I've installed the latest Simple SEO mod in my 1.3.9 install, and now my admin shows a blank page. I've spent the last few hours diving into it and from the best that I can tell it's crashing in the init_admin_auth.php file. Specifically on the line calling\:


    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));

    FILENAME_LOGIN is "login"

    I don't know enough about zencart or zen_href_link to figure out how to debug further. Has anyone run into this, or doies anyone have advice on getting to the root of the problem? I'm out of ideas.

    Thanks,
    TJ
    I had the same problem. What i did was in the includes/classes/ssu/parser.php on line 10 the following.
    protected protected static function getClass() {
    Take the first protected away and it will work

    It must look like this.
    protected static function getClass() {

    Hopes it helps.

  7. #4447
    Join Date
    Aug 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by hitch View Post
    Further to this i have done a Fresh install of zencar t1.3.9f, the latest module manager, and the SSU 3.8.5 and get the same result. I think this means its an internal conflict between the software, or a problem with my htaccess and server however i have tried every option i can find on the htaccess with no success. No errors just the index page re loads on every url clicked (yet the url looks correct)

    Does anyone else have this set up working on 1.3.9f? Can anyone help?

    Thanks All
    I have the exact same problem, so who knows what can cause this.

  8. #4448
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Waij View Post
    I have the exact same problem, so who knows what can cause this.
    Run the ssu_check.php that you uploaded when you installed this module. It should be in the root of your server if you haven't deleted it to see what it tell you about your .htaccess file.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #4449
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Run the ssu_check.php that you uploaded when you installed this module. It should be in the root of your server if you haven't deleted it to see what it tell you about your .htaccess file.
    I have done this and enetered the suggested code in the htaccess and no change.

    any other ideas?

  10. #4450
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by hitch View Post
    I have done this and enetered the suggested code in the htaccess and no change.

    any other ideas?
    You can try this. At the end of your .htaccess you will find these 2 lines.
    #RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    Change the top one so it is active like this
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    See if that will work for you, and make sure you clear your cache in admin each time you make a change to simple seo.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR