Results 1 to 5 of 5
  1. #1
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

    Default Admin Logon Loops

    I enter correct username / password, it doesn't tell me its wrong, but boots me back to logon. SSL is off. PHP 5.2, Zen cart 1.3.6

    Any suggestions, also sessions are set to DB, and the DB username/pass is correct. This is a FRESH install

    Also overwrote all /admin files, and when i try to logon, with a bad password, it does tell me that the username/password is incorrect. But when using right credentials, it just loops.
    Last edited by apursell; 8 Dec 2006 at 07:49 PM.

  2. #2
    Join Date
    Nov 2006
    Location
    Toronto, Ontario
    Posts
    65
    Plugin Contributions
    0

    Default Re: Admin Logon Loops

    I'm getting the same thing.

  3. #3
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

    Default Re: Admin Logon Loops

    Quote Originally Posted by Rebelwax View Post
    I'm getting the same thing.
    well at least now I know I'm not the only one. now we wait.

  4. #4
    Join Date
    Dec 2006
    Location
    France
    Posts
    20
    Plugin Contributions
    0

    Default Re: Admin Logon Loops

    Just pointed this one out to EmElle [http://www.zen-cart.com/forum/showthread.php?p=302088#post302088]...

    If you're using PhP 5.2 & still searching for a result, it might also be helpful to take a look at Website Rob's post at 'Can't log in to Admin' #24

    http://www.zen-cart.com/forum/showth...086#post302086

    There's a few of us stuck on this at the moment - let us know if it works ...

    dscvry


    [FONT=Arial]Here is a solution to the same problem, as posted in another thread.

    --------------------------------------------------
    Seems I ran into the php 5.2 update bug.
    This fixed it (from another thread):

    edit /includes/functions/sessions.php

    function _sess_write($key, $val) {
    global $db;


    change to:

    function _sess_write($key, $val) {
    // The following is only to work around a PHP 5.2.0 bug:
    //global $db;
    $db = new queryFactory();
    $db->connect(DB_SERVER, DB_SERVER_USERNAME, DB_SERVER_PASSWORD, DB_DATABASE, USE_PCONNECT, false);[/FONT]

  5. #5
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

    Default Re: Admin Logon Loops

    That was it thanks :) now if i could get the stinking google checkout working....my day would be perfect

 

 

Similar Threads

  1. Admin Logon
    By blackwolf in forum General Questions
    Replies: 6
    Last Post: 30 Jun 2010, 11:55 PM
  2. Admin Login Just Loops
    By mshultise in forum Basic Configuration
    Replies: 3
    Last Post: 30 Jun 2010, 09:41 PM
  3. Admin Login Page Loops forever
    By ehdesign in forum General Questions
    Replies: 12
    Last Post: 2 Apr 2008, 02:58 PM
  4. Admin Login Loops
    By colbybeam in forum General Questions
    Replies: 1
    Last Post: 29 Jun 2007, 05:49 AM

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