Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

    link problem Admin has locked me out

    So I wanted to make an exact ############## of my zen cart store on another domain name. I exported my database and imported it into a new one. I copied all the files and pasted them into a folder under my new domain name and changed my config files accordingly. Everything works perfectly on both sites...except the admin on the new site. It won't let me log in with the username and password of the original store. I tried "Resend Password", also no luck.

    I followed the instructions here: https://www.zen-cart.com/tutorials/index.php?article=2

    and reset my admin username and password to Admin and admin accordingly. Still everytime I try to login the page just refreshes. There's no error message or "You entered the wrong username or password" What's funny is that I have never received that error message from this new site. Is there a way to reset the admin login or get it to acknowledge that I'm typing a username and password in it?

    Any help you can offer would be appreciated! THANKS!

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

    Default Re: Admin has locked me out

    Close all browser windows and clear cache and cookies ...

    Do the reset to Admin admin for your Admin Login as we don't really know where you are on this at this point ...

    Now try to login ...
    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!]
    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
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Admin has locked me out

    Hi,

    Thanks for your reply. Unfortunately, I tried that and no luck. I even went onto a different computer and tried to login.

    What's funny about this particular shop is that I type in a username and password on the admin side and at the bottom of the screen it shows that it's processing but then I don't receive an error message like I get on my other zen-cart store, " You entered the wrong username or password." Which makes me think that this new store just isn't quite processing the admin side properly or just refusing to acknowledge that I've typed anything in those boxes.

    Any other ideas? Or do I need to start from scratch with a new upload? I was hoping to just copy and paste so I wouldn't have to re-upload everything and re-customize as much.
    THanks again for any help you can offer! =)

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

    Default Re: Admin has locked me out

    I would look at your two configure.php files:
    /includes/configure.php
    /admin/includes/configure.php

    and make sure that you have the same paths, database and username and password set for these ...

    Go to phpMyAdmin for your site and locate your database and reset it to the defaults:

    First run this to remove and reset the structure:
    Code:
    DROP TABLE IF EXISTS admin;
    CREATE TABLE admin (
      admin_id int(11) NOT NULL auto_increment,
      admin_name varchar(32) NOT NULL default '',
      admin_email varchar(96) NOT NULL default '',
      admin_pass varchar(40) NOT NULL default '',
      admin_level tinyint(1) NOT 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:
    Code:
    INSERT INTO admin VALUES (1, 'Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
    WARNING: be sure to reset the Admin login as soon as you have access for the Admin password and email address ...

    NOTE: if you are using prefixes on your database tables, as in your database table for admin reads: something_admin

    then you will need to adjust the information above to address the proper database table 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!]
    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!

  5. #5
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Admin has locked me out

    Thanks for all your help!

 

 

Similar Threads

  1. locked out of admin
    By goodnature in forum General Questions
    Replies: 17
    Last Post: 18 Jun 2014, 08:02 PM
  2. locked out of admin
    By black68gtx in forum General Questions
    Replies: 2
    Last Post: 20 Dec 2010, 06:10 PM
  3. Locked out of Admin
    By solotripper in forum Basic Configuration
    Replies: 3
    Last Post: 16 Nov 2010, 03:52 AM
  4. I'm locked out of Admin
    By spaskinstyle in forum General Questions
    Replies: 1
    Last Post: 8 Oct 2008, 01:40 AM
  5. I am locked out of my Admin
    By travel124 in forum Basic Configuration
    Replies: 0
    Last Post: 14 Apr 2008, 12:59 AM

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