Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 66
  1. #31
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Satu View Post
    Hi,
    There is nothing in the cache folder. I don't know why.
    It keeps me on the login page and says that "You entered the wrong username or password."
    If it says that, then the password isn't matching the encrypted password stored in the database.
    So, that suggests that either your configure.php database settings are pointing to the wrong database and/or db-prefix,
    or you've reset the password and aren't using the new one it generated for you.
    https://www.zen-cart.com/tutorials/index.php?article=2
    You posted earlier that your DB_PREFIX is "zen_", so that means your admin is looking only at tables named "zen_xxxxxxxxxxxx". If that's not the right set of tables for your store, then it won't give you a valid match on passwords, or anything else.
    .

    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.

  2. #32
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by countrycharm View Post
    open your /admin/includes/configure.php file and set the 2 SSL definitions to 'false' then try again.
    Trying to rule out SSL for the time being.
    If that don't work Post the admin configure file. XX-out only your new admin folder name and the db user & pass fields - - make sure to include any leading or trailing "/"
    I have had a hard day today. I asked you to post your admin/includes/configure file again sorry about that you already did.
    DrByte has you on the right track.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #33
    Join Date
    Jan 2007
    Location
    Idaho
    Posts
    43
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Marvelous! Just BRILLIANT! It was the DB prefix. First I tired the SSL and nothing. Then I changed this: define('DB_PREFIX', 'zen_'); to this: define('DB_PREFIX', '');

    Thank you so very much Countrycharm and DrByte!!!! Thank you again.

  4. #34
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Satu View Post
    Marvelous! Just BRILLIANT! It was the DB prefix. First I tired the SSL and nothing. Then I changed this: define('DB_PREFIX', 'zen_'); to this: define('DB_PREFIX', '');

    Thank you so very much Countrycharm and DrByte!!!! Thank you again.
    DrByte is the man
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #35
    Join Date
    Nov 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    I am experiencing the same problem. I just upgraded to 1.3.9g and I can no longer login to the admin. I though it may have been a password problem, so I tried to resend it to myself. That did not work it just keeps refreshing on the admin screen.

    The only third party plugin I have installed is easypopulate

    Not sure how to proceed other than starting from scratch?

    No one else had this problem?

  6. #36
    Join Date
    Nov 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by joeljordan View Post
    I am experiencing the same problem. I just upgraded to 1.3.9g and I can no longer login to the admin. I though it may have been a password problem, so I tried to resend it to myself. That did not work it just keeps refreshing on the admin screen.

    The only third party plugin I have installed is easypopulate

    Not sure how to proceed other than starting from scratch?

    No one else had this problem?
    OK... so it was a rewrite issue in the .htaccess file. I had the following:
    RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

    I removed this, and the admin login works now... but now the web address does not show the www. in front of my domain. How do I correct this without using a .htaccess rewrite?

  7. #37
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by joeljordan
    I removed this, and the admin login works now... but now the web address does not show the www. in front of my domain. How do I correct this without using a .htaccess rewrite?
    What do you have in your 2 configure.php files?
    Zen-Venom Get Bitten

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

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by joeljordan View Post
    I just upgraded to 1.3.9g
    You might be wise to carry on and upgrade to v1.3.9h while you're at it ...
    .

    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.

  9. #39
    Join Date
    Nov 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by kobra View Post
    What do you have in your 2 configure.php files?
    Configure Files both reflect the following:

    define('HTTP_SERVER', 'http://www.domain.com');
    define('HTTPS_SERVER', 'https://www.domain.com');
    define('HTTP_CATALOG_SERVER', 'http://www.domain.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.domain.com');

    Originally, they did not have the "www" preceding the domain name. I have tried removing and re-adding "www" but neither works.

  10. #40
    Join Date
    Nov 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by DrByte View Post
    You might be wise to carry on and upgrade to v1.3.9h while you're at it ...
    Yea, I'm using cpanel with Fantastico, and my host has not updated Zen Cart to h yet. I will upgrade as soon as they make it available.

 

 
Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. v153 Can't login to admin after SSl was disabled, How to restore admin access?
    By alpheus in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 20 Dec 2014, 09:34 PM
  2. Replies: 2
    Last Post: 27 Jun 2014, 09:39 AM
  3. Can't login to admin after upgrade; can login with new install
    By dietcokelemon in forum Upgrading to 1.5.x
    Replies: 14
    Last Post: 9 Feb 2014, 05:16 PM
  4. Replies: 8
    Last Post: 15 Jul 2011, 06:39 AM
  5. Can't select template in admin after upgrading
    By KarlH in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 14 Nov 2010, 11:25 PM

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