Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Dec 2010
    Posts
    6
    Plugin Contributions
    0

    bug Login Timeout after Add to Cart, Logout, Login, Try Checkout

    Using ZenCart version v1.3.9g
    Initial Install (no upgrade)
    Add-on Installed: stock_by_attributes_1-4-12
    Customizations include color changes, background image, and one link.
    Hosing on GoDaddy, ZenCart installed using their internal installer on 'Website hosting tools' page.
    Have looked in the FAQ category for issue and didnt find it.
    First store using zencart, Was able to completely go through test payment before installed add-on. Did not try after installing add-on, possible issue?


    Problem can be recreated every time. http://smiletimeco.com


    Example 1: (Working fine)
    Customer logs into the site.
    Adds item to shopping cart
    Checkout without problem.


    Example 2: (Problem)
    Customer logs into the site.
    Adds item to shopping cart
    Logs out of the site
    Logs back into the site, items in cart still there
    Tries to checkout and gets 'Login Timeout Error'


    If they empty their shopping cart after logging into the site, then add new items it works fine. It all comes from the saved shopping cart items reloading after login.

    What is the problem and how do I fix it?

  2. #2
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    That add-on was updated to work with 1.3.9d and then updated again to work with 1.3.9h, but not specifically updated to work with 1.3.9e, 1.3.9f and 1.3.9g - so perhaps try upgrading to 1.3.9h and see if the problem persists.

    Vger

  3. #3
    Join Date
    Dec 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    Wanted to let people know that worked like a charm.

    Thanks Vger

  4. #4
    Join Date
    Oct 2009
    Location
    Freetown, Sierra Leone
    Posts
    4
    Plugin Contributions
    0

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    Is there a fix for this without having to upgrade? I'm using 1.3.8a and I've made so many additions and modifications that upgrading is the last option I want to use.

    I can't find anything about this bug in the support thread for the add-on.

    Thanks for any help

  5. #5
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    I've made so many additions and modifications that upgrading is the last option I want to use.
    Afraid that it's not a matter of what you would prefer to do - you will have to upgrade. 1.3.8+ is not secure, so your site is just waiting to be hacked.

    Just take a look around the forum "Concerns about hack attempts" forum to see how many 1.3.8+ sites have been hacked.

    Vger

  6. #6
    Join Date
    Oct 2009
    Location
    Freetown, Sierra Leone
    Posts
    4
    Plugin Contributions
    0

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    Point taken, sir ;-) thanks for the advice.

    Chay

  7. #7
    Join Date
    Feb 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    Quote Originally Posted by squireh View Post
    Using ZenCart version v1.3.9g
    Initial Install (no upgrade)
    Add-on Installed: stock_by_attributes_1-4-12
    Customizations include color changes, background image, and one link.
    Hosing on GoDaddy, ZenCart installed using their internal installer on 'Website hosting tools' page.
    Have looked in the FAQ category for issue and didnt find it.
    First store using zencart, Was able to completely go through test payment before installed add-on. Did not try after installing add-on, possible issue?


    Problem can be recreated every time. http://smiletimeco.com


    Example 1: (Working fine)
    Customer logs into the site.
    Adds item to shopping cart
    Checkout without problem.


    Example 2: (Problem)
    Customer logs into the site.
    Adds item to shopping cart
    Logs out of the site
    Logs back into the site, items in cart still there
    Tries to checkout and gets 'Login Timeout Error'


    If they empty their shopping cart after logging into the site, then add new items it works fine. It all comes from the saved shopping cart items reloading after login.

    What is the problem and how do I fix it?

    hi i can snd that error set , and if costumer makes a acoount with a item in the cart they will allways get


    Whoops! Sorry, but you are not allowed to perform the action requested

    1.3.9h broken? ... every other release of zen i have used has worked like a dream .. is it worth wile downgrading back to 1.3.9g?

    our URL is http://www.ultracheapauto.com.au

    come over have a look at the error , any advice muchly appreasheted
    Last edited by xeontranq; 24 Jan 2011 at 12:30 AM. Reason: more info

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

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    What happens if you turn off the SEO/rewrites ...
    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!

  9. #9
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    The version of Ultimate SEO URLs downloadable from here is not compliant with PHP 5.3 nor with 1.3.9+ versions of Zen Cart.

    And in certain circumstances (if you use cPanel as your hosting control panel) then there are problems with that. The cPanel cure is to update the Ultimate SEO URLs .htaccess file like so:

    Code:
    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC] 
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    change to:

    Code:
    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !\.shtml$
    RewriteCond %{REQUEST_FILENAME} !-f [NC] 
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    Vger

  10. #10
    Join Date
    Mar 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Login Timeout after Add to Cart, Logout, Login, Try Checkout

    This is happening to me.

    My site has just been created using the latest version. I am a complete novice at using zencart, that I got someone to set my site up for me. But they tell me it is a paypal problem, so are no help.

    I want to know how I can fix this (bearing in mind that I am currently paranoid of messing something up.)

    I don't want to launch my site until I can be assured that my payments and downloads are going to work everytime.

    Hayley
    Hayley's Creations

    Quote Originally Posted by xeontranq View Post
    hi i can snd that error set , and if costumer makes a acoount with a item in the cart they will allways get


    Whoops! Sorry, but you are not allowed to perform the action requested

    1.3.9h broken? ... every other release of zen i have used has worked like a dream .. is it worth wile downgrading back to 1.3.9g?

    our URL is http://www.ultracheapauto.com.au

    come over have a look at the error , any advice muchly appreasheted

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 24 May 2011, 09:21 PM
  2. when I just try to login I am still returned to the login page
    By buildingblocks in forum Upgrading from 1.3.x to 1.3.9
    Replies: 14
    Last Post: 23 Jul 2010, 11:16 PM
  3. Login, Checkout, Logout, Login, Checkout, Hang
    By Somerschool in forum General Questions
    Replies: 2
    Last Post: 11 Feb 2009, 08:30 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