Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    34
    Plugin Contributions
    0

    Default Can't log into admin. Need Help.

    Hi,
    I had a store at this address:
    https://shop.cruiserparts.net/

    Then I saw that there was a new version available and installed it. Messed everything up:)

    I have this warning now:
    Warning Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels.

    So I went to log into my admin area and got this:
    Server error!

    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

    If you think this is a server error, please contact the webmaster.
    Error 500


    Please help. I need to log into my admin area. Thanks!!

  2. #2
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    167
    Plugin Contributions
    1

    Default Re: Can't log into admin. Need Help.

    Did you follow upgrading procedure correctly such as using default {zc_install}?
    Could you tell the details?

    Your admin account at databases seems altered, I think there are way to overcome this, try search forum....else I'll post later if I found it.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Can't log into admin. Need Help.

    You've got some obvious problems in your configure.php files. First, turn any mention of SSL to false as that's throwing one error. See if that makes any change.

    If not, give us a look at your admin/includes/configure.php without username/password.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Aug 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Can't log into admin. Need Help.

    define('HTTP_SERVER', 'http://shop.cruiserparts.net');
    define('HTTPS_SERVER', 'https://shop.cruiserparts.net');
    define('HTTP_CATALOG_SERVER', 'http://shop.cruiserparts.net');
    define('HTTPS_CATALOG_SERVER', 'https://shop.cruiserparts.net');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_ADMIN', '/home/toyota/www/cruiserparts/shop/admin/');
    define('DIR_FS_CATALOG', '/home/toyota/www/cruiserparts/shop/');

    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty
    define('DB_SERVER_USERNAME', 'xxxxxx');
    define('DB_SERVER_PASSWORD', 'xxxxxxxxxx');
    define('DB_DATABASE', 'toyotadb');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'file');
    define('DIR_FS_SQL_CACHE', '/home/toyota/www/cruiserparts/shop/cache');

    ?>

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

    Default Re: Can't log into admin. Need Help.

    You indicate here that your shop is in the /shop directory:
    define('DIR_FS_ADMIN', '/home/toyota/www/cruiserparts/shop/admin/');
    define('DIR_FS_CATALOG', '/home/toyota/www/cruiserparts/shop/');
    But here, you indicate your shop is in the root:
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    Where is your shop?
    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!

  6. #6
    Join Date
    Aug 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Can't log into admin. Need Help.

    The shop is in the /shop/ directory I think. How should the admin links be put?

 

 

Similar Threads

  1. v151 Help! Getting Error Can't log into Admin
    By sammirah in forum General Questions
    Replies: 5
    Last Post: 1 Jan 2014, 12:25 AM
  2. Help! can't log into admin area!!!!
    By emarkets in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Jan 2010, 12:47 AM
  3. Help! Fatal error: Can`t log into Admin
    By a3t in forum General Questions
    Replies: 3
    Last Post: 27 Mar 2008, 11:40 PM
  4. HELP! I Can't log into my admin!
    By jford in forum General Questions
    Replies: 13
    Last Post: 29 Jun 2006, 10:21 PM

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