Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 51
  1. #21
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    Is this a commercial host or have you set up your own server?

  2. #22
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    Quote Originally Posted by Kim
    Is this a commercial host or have you set up your own server?
    It's our own server, I have someone help with the tech stuff. I know enough to be dangerous. 8)

    The issue right now is that the user stays logged in, but when you go to check out, it just loops after you try to go to the payment information. Any ideas?

    R~

  3. #23
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    My php version is actually 5.1.2 (Zend 2.1.0)


    R~

  4. #24
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    I've updated to the latest version of ZenCart, still no luck. Any ideas? I'm getting desperate...8(

    R~

  5. #25
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Users Login, But Says Expired

    @randyb:

    Please post your URL pointing to your techsupp.php file. If you do not know where to find this file, you can always go to your zc_install folder (from local's end) and upload it to your Zen Cart's root path on your server.

    From there, it could be much easier to determine the source of the problem.

  6. #26
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    I'll PM you that info.

    Thanks!

    R~

  7. #27
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    Actually, here you go:

    https://www.fire-house.net/firesamples/techsupp.php

    Thanks.

    R~

  8. #28
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Users Login, But Says Expired

    Related to this particular problem, I cannot see what might be wrong here.

    However, here's what you can do.

    Under your includes/modules/pages/modules/pages/header_php.php file, you can add:

    Code:
    if ($_SESSION['customer_id'] == '1') {
    error_reporting(E_ALL);
    }
    below this block:


    // if the customer is logged in already, redirect them to the My account page
    if (isset($_SESSION['customer_id']) and $_SESSION['customer_id'] != '') {
    zen_redirect(zen_href_link(FILENAME_ACCOUNT, '', 'SSL'));
    }

    require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
    From there, completely above the page, you should be able to see some error messages. If it's the case, simply post the particulars here (not all of them - again - only the particulars) here. Otherwise, your next post could contain massive quoted information as this page might take longer to load.

    Once posted, one of the DEV team should be able to help you find the source of the problem after reading the error messages.

  9. #29
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Users Login, But Says Expired

    Thanks. I don't see a /modules/pages/ inside /modules/pages. In the /modules/pages/ I see several folders, all of which have the header_php.php file in them. Which folder should I be in?

    R~

  10. #30
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Users Login, But Says Expired

    What the hell did I wrote above about the folder ?

    I meant this one:

    - includes/modules/pages/login/header_php.php file. My apologize for pointing you in the wrong direction.

 

 
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. Replies: 15
    Last Post: 28 Oct 2010, 01:34 PM
  2. Paypal return - login expired - IE8
    By ericnma in forum PayPal Express Checkout support
    Replies: 36
    Last Post: 15 Apr 2010, 01:56 PM
  3. Your session has expired. Login Time out
    By mydanilo in forum General Questions
    Replies: 8
    Last Post: 20 Feb 2010, 11:11 AM
  4. Installed but says missing files
    By DeeLite in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 17 Feb 2010, 04:50 AM
  5. Why some users forsed to login??? but should not have to?
    By GhostRider2110 in forum General Questions
    Replies: 21
    Last Post: 16 Apr 2007, 05:11 PM

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