Thread: Can't log in :(

Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Can't log in :(

    Try:
    Code:
    DELETE FROM admin WHERE admin_name = 'Admin'; 
    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level) 
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 0);
    Reason is, in some upgrades, I have seen that the admin profiles have been set to 0 instead of 1. An alternative is to check for that, change the value to 1 from 0 but that could also cause some other issue in the current version.

    The other thing would be to upgrade ZC as there may be a PHP version conflict, but that too is to be evaluated...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Feb 2016
    Posts
    9
    Plugin Contributions
    0

    Default Re: Can't log in :(

    Quote Originally Posted by mc12345678 View Post
    Try:
    Code:
    DELETE FROM admin WHERE admin_name = 'Admin'; 
    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level) 
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 0);
    Reason is, in some upgrades, I have seen that the admin profiles have been set to 0 instead of 1. An alternative is to check for that, change the value to 1 from 0 but that could also cause some other issue in the current version.

    The other thing would be to upgrade ZC as there may be a PHP version conflict, but that too is to be evaluated...
    I tried that but sadly it didn't work either

    I'm happy upgrading if that will fix it but am reluctant to if it's not guaranteed.

 

 

Similar Threads

  1. Customers can't log in, just go back to the log on page!
    By colemanpa in forum General Questions
    Replies: 2
    Last Post: 28 Jun 2009, 01:13 AM
  2. Can't log in - can't add to cart - can't log in to admin?
    By ehdesign in forum General Questions
    Replies: 6
    Last Post: 5 Mar 2009, 09:29 AM
  3. User couldn't log in now I can't log in
    By bjraines in forum General Questions
    Replies: 2
    Last Post: 14 Dec 2008, 06:45 PM
  4. Replies: 16
    Last Post: 31 Jan 2008, 06:44 PM
  5. After log out can't log back in unless......
    By oldpaint in forum General Questions
    Replies: 13
    Last Post: 17 Mar 2007, 05:51 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