Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    May 2010
    Posts
    7
    Plugin Contributions
    0

    Default Whoops! Your session has expired

    Quote Originally Posted by DrByte View Post
    What is the URL of your site where this unusual problem is allegedly taking place?
    I'm having a similar problem with a Zen-Cart installation at:

    http://www.tsilaorganics.com/catalog-new/

    I've got the COWOA plugin installed and I think my problem might be related to that. But I've uninstalled and reinstalled that plugin and can't find where the issue is.

    To test it, add a product to your cart by going here:
    http://www.tsilaorganics.com/catalog...roducts_id=225

    And when you get to the cart page, you'll get the "Whoops! Your session has expired" error. I've been searching and searching and can't find any solutions for this. Any help someone could offer would be very much appreciated.

    Thanks.
    Joe

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Checkout Process Needs Improving

    I find if I go to:
    /catalog/index.php?main_page=product_info&products_id=225

    things work ...

    What is the:
    /catalog-new

    that you have on your link? Is this a new directory that your site is in?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Checkout Process Needs Improving

    And adding to Ajeh's question, your URL's keep swapping between

    http://www.tsilaorganics.com

    http://www.tsilaorganics.com/catalog-new/

    http://www.tsilaorganics.com/catalog/

    If you have Ultimate SEO or similar installed then you may want to look at your configuration.

    Also, which template are you using?

  4. #4
    Join Date
    May 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Checkout Process Needs Improving

    Quote Originally Posted by Ajeh View Post
    I find if I go to:
    /catalog/index.php?main_page=product_info&products_id=225

    things work ...

    What is the:
    /catalog-new

    that you have on your link? Is this a new directory that your site is in?
    /catalog is the live version of the web store. /catalog-new is the development installation of the cart. I'm trying to get the Zen-Cart installation updated from the old 1.3.7 installation to an updated 1.5.1 installation. That's why there's two. I'm not getting the error in the old 1.3.7 installation but I am in the new 1.5.1.

    I don't have Ultimate SEO installed and I'm using a custom template.

    Is there a reliable alternative to COWOA for guest checkout? Maybe I should just try a different plugin for the guest checkout.

    Thanks.
    Joe

  5. #5
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Checkout Process Needs Improving

    Quote Originally Posted by loganwest View Post
    /catalog is the live version of the web store. /catalog-new is the development installation of the cart. I'm trying to get the Zen-Cart installation updated from the old 1.3.7 installation to an updated 1.5.1 installation. That's why there's two. I'm not getting the error in the old 1.3.7 installation but I am in the new 1.5.1.

    I don't have Ultimate SEO installed and I'm using a custom template.

    Is there a reliable alternative to COWOA for guest checkout? Maybe I should just try a different plugin for the guest checkout.

    Thanks.
    Joe
    Thanks for the clarification.

    On that note it may be possible that your configuration files have been mixed up. May be worth checking...

    Also check that you have merged your files correctly.

  6. #6
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Checkout Process Needs Improving

    When I am at this page http://www.tsilaorganics.com/catalog-new/ and then hover over the various links in your header I am getting

    About Tsi-La http://www.tsilaorganics.com/about.php
    that should be http://www.tsilaorganics.com/catalog-new/about.php

    Login / Register http://www.tsilaorganics.com/catalog...ain_page=login
    that should be http://www.tsilaorganics.com/catalog...ain_page=login

    etc etc

    Then, all the links in your left sidebox are pointing to the root of your site, namely http://www.tsilaorganics.com/some-page.html and they should read http://www.tsilaorganics.com/catalog-new/some-page.html

  7. #7
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Whoops! Your session has expired

    Quote Originally Posted by frank18 View Post
    When I am at this page http://www.tsilaorganics.com/catalog-new/ and then hover over the various links in your header I am getting

    About Tsi-La http://www.tsilaorganics.com/about.php
    that should be http://www.tsilaorganics.com/catalog-new/about.php

    Login / Register http://www.tsilaorganics.com/catalog...ain_page=login
    that should be http://www.tsilaorganics.com/catalog...ain_page=login

    etc etc

    Then, all the links in your left sidebox are pointing to the root of your site, namely http://www.tsilaorganics.com/some-page.html and they should read http://www.tsilaorganics.com/catalog-new/some-page.html
    So, either your configure.php files are incorrect, or you've got the URLs hard-coded into all those links instead of letting Zen Cart generate them. But that all doesn't matter much if you'll eventually be removing the "catalog-new" part, ie: http://www.zen-cart.com/entry.php?3-...d-of-upgrading
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Whoops! Your session has expired

    Quote Originally Posted by DrByte View Post
    So, either your configure.php files are incorrect, or you've got the URLs hard-coded into all those links instead of letting Zen Cart generate them. But that all doesn't matter much if you'll eventually be removing the "catalog-new" part, ie: http://www.zen-cart.com/entry.php?3-...d-of-upgrading
    I think the OP had them hard-coded in his old 1.3.7 install and copied the files over into his attempted 1.5.1 upgrade which is now in the subdirectory 'catalog-new'. Looking at source I can see

    <base href="http://www.tsilaorganics.com/catalog-new/" />

    On that note I am leaning towards hard-coding rather than fouled configure.php files.

  9. #9
    Join Date
    May 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Whoops! Your session has expired

    The links on those pages aren't my problem. My problem is that when you add a product to the cart I always get a "Your session has expired" error. It's not about the links. Those are coded from the include file on the main site. The add to cart link should work regardless on the navigation links on the page.

    If you could please go to :
    http://www.tsilaorganics.com/catalog...roducts_id=225

    And try to add the item to the cart, you'll see the actual issue.

    All of my links will be correct when the finished site is launched.

    Thanks.
    Joe

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Whoops! Your session has expired

    Could you post the files:
    /category-new/includes/configure.php
    /category-new/your_secret_admin/includes/configure.php

    *from the server* without the username, password or secret admin directory name?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Whoops! Your session has expired.
    By RoboPhung in forum PayPal Website Payments Pro support
    Replies: 23
    Last Post: 28 Apr 2018, 06:11 AM
  2. v137 Whoops! Your session has expired. Session Question.
    By weblamer in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 7 Jun 2015, 07:20 PM
  3. Whoops! Your session has expired.
    By charleslumpkin in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Aug 2009, 05:56 AM
  4. Whoops! Your session has expired.
    By YellowStarS2k in forum General Questions
    Replies: 14
    Last Post: 23 Dec 2008, 11:36 AM
  5. Whoops your session has expired
    By jeffmic in forum General Questions
    Replies: 1
    Last Post: 5 May 2008, 08:53 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