Results 1 to 7 of 7
  1. #1
    Join Date
    May 2009
    Location
    Kelowna BC, Canada
    Posts
    8
    Plugin Contributions
    0

    Default Double URL in Login Links

    Hi. I'm a new Zenner, using 1.38 with a couple of add ons, Lightbox and Image Handler.

    I had tested logging into the store a couple of weeks ago and everything was fine. Today while starting a test purchase I noticed that when I click log in the href is resolving to
    'http://www.technicalservices.ab.cahttps//www.technicalservices.ab.ca/store/index.php?main_page=login

    It looks like it's appending the HTTP_SERVER to the HTTPS_SERVER. I have looked through the zen_href_link function which is where I believe the code is generated but can't figure out why all of a sudden this is happening.

    It LOOKS like this started happening after I loaded those add ins but I had a look at the files from the add ons and they don't appear to have updated anything with the header.

    Any ideas?
    Store is at
    http://www.technicalservices.ab.ca/store
    If you hover over the Log In link in the header you can see the URL in the status bar. Or even the 'Welcome Guest, would you like to log yourself in? link.

    Thanks
    Dave

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Double URL in Login Links

    Did you make any changes to the includes/configure.php? Can you login to your admin?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    May 2009
    Location
    Kelowna BC, Canada
    Posts
    8
    Plugin Contributions
    0

    Default Re: Double URL in Login Links

    I can log in as admin, no worries, I've been able to add products and attributes....anything I have tried has been fine in admin. The store itself seems to function...until I try to login or do anything secure like checkout.

    I did not make any changes to includes/configure.php....at least not on purpose. I just had a quick look at it and nothing seems obviously amiss.

    These are the entries for HTTP_SERVER and HTTPS_SERVER

    define('HTTP_SERVER', 'http://www.technicalservices.ab.ca');
    define('HTTPS_SERVER', 'https://www.securewebexchange.com/technicalservices.ab.ca');

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Double URL in Login Links

    What do you have for these entries:

    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    May 2009
    Location
    Kelowna BC, Canada
    Posts
    8
    Plugin Contributions
    0

    Default Re: Double URL in Login Links

    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', 'https://www.technicalservices.ab.ca/store/');

  6. #6
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Double URL in Login Links

    That is your problem -

    Should be:


    Re: Double URL in Login Links
    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    May 2009
    Location
    Kelowna BC, Canada
    Posts
    8
    Plugin Contributions
    0

    Default Re: Double URL in Login Links

    Thank you Kim.....that was indeed the problem.

    Don't know how it got changed..?..? But thank you so much for the quick response and of course, the answer.

 

 

Similar Threads

  1. Double up of domain name in Login URL
    By Manx in forum General Questions
    Replies: 3
    Last Post: 20 Mar 2011, 04:34 AM
  2. double url in my links
    By TALES75 in forum General Questions
    Replies: 11
    Last Post: 11 May 2010, 09:42 AM
  3. Links Have Double URL
    By AdamB in forum General Questions
    Replies: 5
    Last Post: 16 Mar 2009, 12:42 PM
  4. double slashes in URL ??
    By papadopoulos in forum General Questions
    Replies: 8
    Last Post: 14 Apr 2008, 04:32 PM
  5. Double url's when clicking links
    By Callan in forum General Questions
    Replies: 7
    Last Post: 15 Nov 2007, 01:05 AM

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