Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2008
    Location
    New York
    Posts
    6
    Plugin Contributions
    0

    Default Can't find my admin log site

    I installed zen cart and I have the /mysite.com/zencart/ but when I go to /mysite.com/zencart/admin/ the page doesn't exist. What am I doing wrong

    My site is www.ladycage.com, please help I am an amatuer

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

    Default Re: Can't find my admin log site

    You appear to have an error on your site, possibly in the configure.php file that is setting your site to a different URL ...

    Compare the two files:
    /includes/configure.php
    /admin/includes/configure.php

    see if you don't have an error on the admin configure.php ...

    If you are not sure, post the file:
    /admin/includes/configure.php

    from the server ...

    without your username and password and we can help you fix it ...
    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: v1.5.5]
    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!

  3. #3
    Join Date
    Feb 2008
    Location
    New York
    Posts
    6
    Plugin Contributions
    0

    Default Re: Can't find my admin log site

    admin/includes/configure.php is below

    * URLs for your site will be built via: * HTTP_SERVER plus DIR_WS_ADMIN or * HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or * HTTP_SERVER plus DIR_WS_CATALOG or * HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG * ...depending on your system configuration settings */ define('HTTP_SERVER', 'http://www.ladycage.com'); define('HTTPS_SERVER', 'https://www.ladycage.com'); define('HTTP_CATALOG_SERVER', 'http://www.ladycage.com'); define('HTTPS_CATALOG_SERVER', 'https://www.ladycage.com'); // 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', '/zencart/admin/'); define('DIR_WS_CATALOG', '/zencart/'); define('DIR_WS_HTTPS_ADMIN', 'https://www.ladycage.zencart/admin/'); define('DIR_WS_HTTPS_CATALOG', 'https://www.ladycage.zencart/'); 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/hewston/ladycage.com/zencart/admin/'); define('DIR_FS_CATALOG', '/home/hewston/ladycage.com/zencart/'); 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', 'mysql.ladycage.com'); define('DB_SERVER_USERNAME', 'lnot listed
    e'); define('DB_SERVER_PASSWORD', 'not listed'); define('DB_DATABASE', 'lacefront'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage // 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', 'database'); define('DIR_FS_SQL_CACHE', '/home/hewston/ladycage.com/zencart/cache'); ?>

  4. #4
    Join Date
    Feb 2008
    Location
    New York
    Posts
    6
    Plugin Contributions
    0

    Default Re: Can't find my admin log site

    here is the includes/configure.php file

    <?php/** * * @package Configuration Settings * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 */ /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********//*************** The 2 files should be kept separate and not used to overwrite each other. ***********/ // Define the webserver and path parameters // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com define('HTTP_SERVER', 'http://www.ladycage.com'); define('HTTPS_SERVER', 'https://www.ladycage.com'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', '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_CATALOG', '/zencart/'); define('DIR_WS_HTTPS_CATALOG', 'https://www.ladycage.zencart/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_INCLUDES', 'includes/'); 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_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/'); define('DIR_WS_PHPBB', '/'); // * 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_CATALOG', '/home/hewston/ladycage.com/zencart/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/'); define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS); define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/'); // define our database connection define('DB_TYPE', 'mysql'); define('DB_PREFIX', ''); define('DB_SERVER', 'mysql.ladycage.com'); define('DB_SERVER_USERNAME', 'lnot listed); define('DB_SERVER_PASSWORD', 'lnot listed'); define('DB_DATABASE', 'lacefront'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage // 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', 'database'); define('DIR_FS_SQL_CACHE', '/home/hewston/ladycage.com/zencart/cache'); ?>

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

    Default Re: Can't find my admin log site

    I am hoping that your file on the server is not "really" wrapped like you have posted and is written on define per line ...
    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: v1.5.5]
    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
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can't find my admin log site

    These settings:
    define('DIR_WS_HTTPS_ADMIN', 'https://www.ladycage.zencart/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'https://www.ladycage.zencart/');
    Should read:
    define('DIR_WS_HTTPS_ADMIN', '/zencart/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');
    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: v1.5.5]
    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. #7
    Join Date
    Feb 2008
    Location
    New York
    Posts
    6
    Plugin Contributions
    0

    Default Re: Can't find my admin log site

    I changed it in the admin/includes/configure.php file but I still can't access the admin site, it should be www.ladycage/zencart/admin/ right?

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

    Default Re: Can't find my admin log site

    Your site should be at:
    https://www.ladycage.com/zencart/admin

    I do believe that you have errors in the files in the /admin directory and subdirectory ...

    When you upload that file:
    /admin/includes/configure.php

    view it on the server and make sure it is not mess ...

    Same with the file:
    /admin/index.php

    If all of your files are wrapping there is something up with your upload of the files that needs to be corrected ...
    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: v1.5.5]
    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. #9
    Join Date
    Feb 2008
    Location
    New York
    Posts
    6
    Plugin Contributions
    0

    Default Re: Can't find my admin log site

    should I uninstall zencart and re-install to fix the files?

  10. #10
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Can't find my admin log site

    Sometimes when you download a .php file and open it in Notepad, you'll see that wrapping. My 'fix' is to open it in Wordpad, and save it. Then it views OK in Notepad. Have no idea why, but it hasn't failed me yet.

 

 

Similar Threads

  1. Site Backup Restored - Can't Log Into Admin
    By designsbytrina in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 25 Jun 2011, 11:23 PM
  2. Can not log in to Admin Page or See Site
    By mgodwin in forum General Questions
    Replies: 8
    Last Post: 24 May 2011, 03:01 PM
  3. Can't log into cloned site's admin page
    By Tamuren in forum General Questions
    Replies: 7
    Last Post: 9 May 2011, 04:45 PM
  4. No site & can't log in to admin
    By gizmo_girl in forum General Questions
    Replies: 4
    Last Post: 5 Apr 2011, 04:38 PM
  5. Can't log in to Admin site...no error message
    By miabby in forum Installing on a Windows Server
    Replies: 3
    Last Post: 24 Sep 2009, 08:40 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