Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: admin login failure

    Look in phpMyAdmin at your table names ... do they have prefixes?

    Another way to check is to look at both the:
    /includes/configure.php
    /admin/includes/configure.php

    And see if you have a define set for the prefixes ...
    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!

  2. #12
    Join Date
    Jan 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: admin login failure

    I got it now....my provider gave me the correct line to input

    [FONT=Verdana][FONT=Verdana] INSERT INTO zen_admin
    VALUES (
    '', 'Admin', '[email protected]', '351683ea4e19efe34874b501fdbf9792:9b', 1
    )

    the table is called zen_admin

    thanks,
    Jeanne
    [/FONT]
    [/FONT]

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

    Default Re: admin login failure

    Yes using the prefix of zen_ you would need to adjust the fixes that are posted for this ...

    Thanks for the update!
    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!

  4. #14
    Join Date
    Jan 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: admin login failure

    I did all this in zen_admin, but cannot access my admin section. BUT I should add that I changed the name of /admin to make it more secure by changing 'admin' to 'new' in /admin/includes/configure.php according to Http://www.zen-cart.com/tutorials/index.php?article=73
    Francis
    Last edited by FMMap; 15 Jan 2007 at 05:47 PM.

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

    Default Re: admin login failure

    For a database that uses prefixes on the tables such as zen_
    PHP Code:
          DROP TABLE IF EXISTS zen_admin;
    CREATE TABLE zen_admin (
      
    admin_id int(11NOT NULL auto_increment,
      
    admin_name varchar(32NOT NULL default '',
      
    admin_email varchar(96NOT NULL default '',
      
    admin_pass varchar(40NOT NULL default '',
      
    admin_level tinyint(1NOT NULL default '1',
      
    PRIMARY KEY  (admin_id),
      
    KEY idx_admin_name_zen (admin_name)
    TYPE=MyISAM
    Next run this to set the login to Admin/admin:

    Reset login and password to: Admin admin
    PHP Code:
          INSERT INTO zen_admin VALUES (1'Admin''admin@localhost''351683ea4e19efe34874b501fdbf9792:9b'1); 
    Now you have 1 login for:
    Admin
    admin

    And you can then get into the Admin and change the login, email and password in the Tools ... Admin Settings ...
    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!

  6. #16
    Join Date
    Jan 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: admin login failure

    Thanks for the quick reply. Here's what happend; I had reset the permissions to the renamed admin to 744; I re-set them to 755 and I got in! BUT no new PWD but the OLD one?! Can't figure that one.
    F

  7. #17

    Default Re: admin login failure

    I am also having the same problem. I deleted all entries in the admin table and inserted the recommended record. I still cannot log in and it does not appear to be sending a new password to the email address in the record.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Admin login failure notice
    By jimh3768 in forum General Questions
    Replies: 4
    Last Post: 13 Aug 2014, 01:55 PM
  2. login failure
    By hobbycombo in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2009, 03:35 PM
  3. Admin Login/Logout Failure
    By maxqdesigns in forum Basic Configuration
    Replies: 1
    Last Post: 14 Apr 2009, 06:33 PM
  4. Admin login failure
    By Databaseman in forum Basic Configuration
    Replies: 2
    Last Post: 2 Oct 2006, 06:27 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