Page 184 of 506 FirstFirst ... 84134174182183184185186194234284 ... LastLast
Results 1,831 to 1,840 of 5054
  1. #1831
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    @bigbadboy:You are using an older version, get the new one from my sig
    Sorry, which one:
    ssu_beta_2.9.6(php4).zip
    ssu_beta_3.5.5(php5).zip
    ssu_usu.zip

    I'm using ZC 1.3.8a and PHP5 (so I need 3.5.5?)

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bigbadboy View Post
    Sorry, which one:
    ssu_beta_2.9.6(php4).zip
    ssu_beta_3.5.5(php5).zip
    ssu_usu.zip

    I'm using ZC 1.3.8a and PHP5 (so I need 3.5.5?)
    Yes. you need that 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

  3. #1833
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Perfect. Thanks.

  4. #1834
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Spoke too soon.

    here's a curious one. Using the site - works fine.
    Go to view source ... "Redirect Loop ..."

    I'm sure it's just a cache thing but this only happens in Firefox (Mac).
    Last edited by bigbadboy; 9 Jan 2009 at 07:16 PM.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bigbadboy View Post
    Spoke too soon.

    here's a curious one. Using the site - works fine.
    Go to view source ... "Redirect Loop ..."

    I'm sure it's just a cache thing but this only happens in Firefox (Mac).
    If you think it's a cache thing, why not try clearing your ssu cache and browser cache?

    I have no problem on ie, ff, safari, opera on windows platform. Unfortunately I dont have a Mac :)
    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

  6. #1836
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I hope this is what you mean by a sample link LOL

    https://www.havendesignz.com/store/login

    plus it happens on all the other pages that are supposed to be secure throughout the checkout process

    What I have noted is that if you go straight to the store...first visit...zenid attached...and click on Login/Register, you get the secure page, once the zenid is off then it goes to the unsecure page even though the link is https and I really don't understand it lol
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Simple SEO URL [support thread]

    @christon26:

    Please try this fix to see if it works correctly for you:

    go to include/classes/ssu/cores/link.php

    Find the function postParseURL

    Replace the whole function by:
    PHP Code:
    public function postParseURL(){
                global 
    $request_type;
                if(
    $this->redirect_type==1){
                     
    $params '';
                     
    // here we will attempt to rebuild the link using $_get array, and see if it matches the current link
                     // we want to take out zenid however
                     
    $page '';
                     
    $temp $_GET;
                     
                     if(isset(
    $temp['main_page'])) {$page $temp['main_page']; unset($temp['main_page']);}
                     
                     
    // no need to include session id
                    
    if(isset($temp[zen_session_name()])) unset($temp[zen_session_name()]);
                    
                     foreach(
    $temp as $key => $value)
                        
    $params .= '&' $key '=' $value;
                    
                    
    $regenerated_link $this->ssu_link($page$params$request_type);
                }
                elseif(
    $this->redirect_type==2){
                    
    $regenerated_link $this->ssu_link($this->original_uri''$request_type);
                }


                if(isset(
    $regenerated_link) && ($this->curPageURL() != $regenerated_link)){
                    
    $this->redirect($regenerated_link);
                }
                
    // save alias to avoid re-scanning
                
    elseif(SSUConfig::registry('configs''alias_status') && !$this->checkPageExcludedList($_GET['main_page']))
                    
    SSUCache::write($this->alias_filename'aliases'http_build_query($_GET));
            } 
    Then clear cache, of course.
    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

  8. #1838
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I am getting this in Firefox:

    Code:
    The page isn't redirecting properly
    
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    
        *   This problem can sometimes be caused by disabling or refusing to accept
              cookies.
    And in EI7 the page is hanging, though I did get it to successfully go to the https page once right after I cleared the cache LOL
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Simple SEO URL [support thread]

    Is this 3.5.5? Weird, I cant seem to get the same problem. Do you mind if I ask for temporary access to the server?
    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. #1840
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    3.5.2 is what I have, last upgrade was I think a week or two ago LOL lemme try upgrading and see if that fixes it all, and if you shoot me a PM I will gives you the server details :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

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