Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 100
  1. #21
    Join Date
    Feb 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Can't log into admin

    I#ve followd the steps proposed by 'Ajeh' but still can't login.

    Following errormessage appears:
    'Error: Sorry, there is no match for that email address and/or password.'

    Any idea what's going wrong?

    thx for your help!

    aber

  2. #22
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Can't log into admin

    https://www.zen-cart.com/tutorials/index.php?article=2
    Now login with username: Admin Password: admin
    That will work.

  3. #23
    Join Date
    Sep 2006
    Location
    Tampa, FL
    Posts
    35
    Plugin Contributions
    0

    database error Re: Can't log into admin

    I've tried all the messages and It still says there is an error. Any other suggestions?

    My front page is blank, also... but I will figure that out after I can get into the admin area.

    Thanks for any assistance!

    Patrick
    [FONT=Comic Sans MS]CustomiZthat.com[/FONT]
    POWERED BY:
    Zen-Cart & Martini's

    LOVE Zen!

  4. #24
    Join Date
    Sep 2006
    Location
    Tampa, FL
    Posts
    35
    Plugin Contributions
    0

    Default Re: Can't log into admin

    Update: I decided that I was looking to hard and the answer was probably really simple.

    So, I went back to the simplest thing to do, I re-uploaded some of the core files and viola, it's working again.

    Patrick
    [FONT=Comic Sans MS]CustomiZthat.com[/FONT]
    POWERED BY:
    Zen-Cart & Martini's

    LOVE Zen!

  5. #25
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Can't log into admin

    I just installed zen cart v1.3.8a and can't login into admin. It keeps refreshing.

    I have rebuilt the Admin table using phpMyAdmin as Ajeh pointed,

    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),
      KEY idx_admin_email_zen (admin_email)
    ) TYPE=MyISAM;
    and,

    Code:
     INSERT INTO admin VALUES (1, 'Admin', '[email protected]', '351683ea4e19efe34874b501fdbf9792:9b', 1);
    But still I couldn't login into the Admin.

    Is there something that I missed?

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

    Default Re: Can't log into admin

    Close your browser sessions ... clear cache and cookies ... open new browser and it should be working ...

    This happens to me periodically in FireFox ...
    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!

  7. #27
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Can't log into admin

    Thanks Ajeh for trying to help,

    Unfortunately it doesn't work even when I used IE. I still can't login into my admin. I reinstalled zen cart and it stills the same.

    I'm confuse

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

    Default Re: Can't log into admin

    Check the two configure.php files on the server in:
    /includes/configure.php
    /admin/includes/configure.php

    ensure that both are using the same database information ...

    Then, go to phpMyAdmin on your domain Control Panel and browse the admin table to ensure that you have the right entry for the admin login ... remember everything is case sensative ...

    If you are not positive on the login and password, then run the following in the SQL:
    Code:
    ROP 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),
      KEY idx_admin_email_zen (admin_email)
    ) TYPE=MyISAM;
    Then to set the login to:
    Admin
    admin

    use this:
    Code:
    INSERT INTO admin VALUES (1, 'Admin', '[email protected]', '351683ea4e19efe34874b501fdbf9792:9b', 1);
    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!

  9. #29
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Can't log into admin

    OK, I just figured out something when I removed the .htaccess file from the root public_html directory. I installed ZenCart v1.3.5 before and moved all the files to the root (public_html). So that it becomes 'mysite.com' and not 'mysite.com/zenstore'.

    Last Monday, I bought an addon domain and installed ZenCart v1.3.8a into the directory 'public_html/mynewstore/'. I also include the same .htaccess for the "URL" reason.

    I just removed both .htaccess files and finally I can login into the admin page. There must something wrong with my .htaccess file or maybe I should move the 1.3.5 version back to it's directory.

    Place take a look at my .htaccess file code and let me know what is the right thing that should be done.

    Thanks Ajeh.

    Code:
    # Use PHP4 as default
    AddHandler application/x-httpd-php4 .php
    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:
    
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    
    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
    
    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]
    
    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]
    
    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC] 
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    
    # =============================================================
       <IfModule mod_rewrite.c>
         RewriteEngine On
         RewriteBase /
     #   -----------------------------------------------------------
         RewriteCond %{HTTP_HOST} !^www\.mens-designer-jackets\.com [NC]
         RewriteRule ^(.*)  http://www.mens-designer-jackets.com/$1 [L,R=301]
     #   -----------------------------------------------------------
       </IfModule>
     # =============================================================
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    deny from 38.99.203.110

  10. #30
    Join Date
    Jun 2008
    Posts
    328
    Plugin Contributions
    0

    Have a Drink Re: Can't log into admin

    Quote Originally Posted by Ajeh View Post
    https://www.zen-cart.com/tutorials/index.php?article=2
    Incredible! I was just able to recover my Admin Username on my local (development) XAMPP based system. In the course of doing Zillion things, I forgot the Username completely (it wasn't admin or Admin): I was able to resend the password to my email address, but not the Username. Only the above procedure by Ajeh saved me from having to re-install and re-configure everything from scratch.

    Thank you, Ajeh!

    Daniel

 

 
Page 3 of 10 FirstFirst 12345 ... LastLast

Similar Threads

  1. v139h Can't log into Admin
    By agile4 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 20 Feb 2013, 08:16 AM
  2. I can't log into admin
    By drunkglitch in forum General Questions
    Replies: 7
    Last Post: 17 May 2012, 04:02 PM
  3. Can't log into admin
    By outlines in forum General Questions
    Replies: 3
    Last Post: 26 Oct 2011, 01:04 AM
  4. Can't log into admin
    By sinecurea in forum General Questions
    Replies: 0
    Last Post: 13 Feb 2008, 04:59 PM
  5. Can't log into admin
    By evillure in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Jun 2006, 08:24 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