Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    help question Admin login suddenly not working

    New install 1.3.9h have looked through all sorts of solutions. Nothing is working.

    Can not login to admin even using DELETE FROM admin WHERE admin_name = 'Admin';
    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1); technique

    The code is in the database but is not working, no errors are showing up and the cart will not send a new password to the admin address

    Was working and then suddenly stopped.

    C

  2. #2
    Join Date
    Jan 2009
    Location
    The Netherlands/Germany
    Posts
    142
    Plugin Contributions
    12

    Default Re: Admin login suddenly not working

    If you have SSL enabled on the adminsection, turn that off in the YOURADMIN/inludes/configure.php

    That, sometimes on some server configurations, gives problems.
    I came, I saw, I got zenned... :)

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin login suddenly not working

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Admin login suddenly not working

    I have even tried uploading new files to the admin and putting the configure file back and it is still not working.

    I see no errors in the log. It will simply not accept the username and password. You can get to the page and put them it but it just flickers and the boxes are again blank and no entry into the site.

    At wits end, don't know what to do. The cart seems to be working correctly. Takes you to paypal correctly with the correct items.

    To me this seems to be either a database issue or an email issue. Emails are not coming from the site to the address in the database.

    C

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin login suddenly not working

    If it were a password or username problem, it would be telling you there was a security error while trying to login.
    Thus, your problem is a sessions problem, hence the FAQ article link.

    Without a link to the site that's causing a problem (and it's understandable that you wouldn't want to post one publicly), all we can really do is tell you that the problem is a sessions issue, and point you to the FAQ article which contains numerous tips, and links to other related articles with even more tips, on how to address your unique problem.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Admin login suddenly not working

    Quote Originally Posted by DrByte View Post
    If it were a password or username problem, it would be telling you there was a security error while trying to login.
    Thus, your problem is a sessions problem, hence the FAQ article link.

    Without a link to the site that's causing a problem (and it's understandable that you wouldn't want to post one publicly), all we can really do is tell you that the problem is a sessions issue, and point you to the FAQ article which contains numerous tips, and links to other related articles with even more tips, on how to address your unique problem.
    Would that sessions issue also be causing an email issue with the contact form


    Sorry, is your name correct? Our system requires a minimum of 2 characters. Please try again.
    Sorry, my system does not understand your email address. Please try again.
    Did you forget your message? We would like to hear from you. You can type your comments in the text area below.

    Even though the form was filled in correctly.

    Is this issue in the database because that is where the sessions are supposed to be stored according to my setup.

  7. #7
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Admin login suddenly not working

    In the tutorial you sent:

    Apart from browser cache and cookies problems, the most common problem is not having the HTTPS address correct in your /admin/includes/configure.php file.
    See: http://www.zen-cart.com/tutorials/index.php?article=14 This link in the tutorial you sent is NOT working I am getting an internal server error.

  8. #8
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Admin login suddenly not working

    Quote Originally Posted by DrByte View Post
    If it were a password or username problem, it would be telling you there was a security error while trying to login.
    Thus, your problem is a sessions problem, hence the FAQ article link.

    Without a link to the site that's causing a problem (and it's understandable that you wouldn't want to post one publicly), all we can really do is tell you that the problem is a sessions issue, and point you to the FAQ article which contains numerous tips, and links to other related articles with even more tips, on how to address your unique problem.
    Problem getting worse and worse the whole shopping cart is corrupt now. Nothing is working.

    Turning it off starting over.

    C.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin login suddenly not working

    If you have sessions issues on the Contact Us page, then you'll also have session issues in checkout ... ie: you won't be able to add anything to the cart or complete checkout successfully.

    If your problems are *only* on the contact-us page, then you've probably got damaged files causing that.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin login suddenly not working

    Quote Originally Posted by cshart View Post
    In the tutorial you sent:

    Apart from browser cache and cookies problems, the most common problem is not having the HTTPS address correct in your /admin/includes/configure.php file.
    See: http://www.zen-cart.com/tutorials/index.php?article=14 This link in the tutorial you sent is NOT working I am getting an internal server error.
    Correct link is: https://www.zen-cart.com/tutorials/index.php?article=14
    Tutorial document updated.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h suddenly access to admin not working
    By stitchnkitty in forum General Questions
    Replies: 21
    Last Post: 1 Sep 2014, 02:28 AM
  2. v139h Suddenly admin login and shooping cart stopped working
    By toddly13 in forum Basic Configuration
    Replies: 1
    Last Post: 20 Dec 2012, 11:18 AM
  3. Admin login suddenly stopped working a week ago
    By jefcraig in forum General Questions
    Replies: 2
    Last Post: 19 Dec 2011, 03:13 AM
  4. Admin login suddenly stopped working
    By nlinksolution in forum General Questions
    Replies: 3
    Last Post: 21 Aug 2011, 05:10 AM
  5. Customer Login and Admin Login not working
    By trudesign in forum General Questions
    Replies: 4
    Last Post: 6 Jun 2007, 04:26 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