Results 1 to 4 of 4

problem logging in to admin on a recent development install

This is a discussion on problem logging in to admin on a recent development install within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Hi I hope some one can help me out here as I have just done quite a bit of work ...

      
  1. #1
    New Member
    Join Date
    Feb 2005
    Posts
    5
    Rep Power
    0


    Default problem logging in to admin on a recent development install

    Hi I hope some one can help me out here as I have just done quite a bit of work and I dont want to get stuck having to do a clean install.

    I moved everything from /catalog to to root and edited all files so everything works properly in the new location but now my problem is that I cant log in to the admin side.

    Its just a dev set up on my own machine so the admin user/pass is as installed with osCMax but it tells me that Wrong username or password! is entered ever since i moved everything to the root directory.

    Any one have any ideas what I missed.

    Thanks,

    Tony

  2. #2
    New Member
    Join Date
    Jan 2005
    Posts
    13
    Rep Power
    0


    Default RE: problem logging in to admin on a recent development inst

    I will try to help you, could you post your admin/includes/configure.php file?

  3. #3
    New Member
    Join Date
    Feb 2005
    Posts
    5
    Rep Power
    0


    Default RE: problem logging in to admin on a recent development inst

    Thanks,

    My admin/includes/configure.php is below:

    <?php
    /*
    osCommerce, Open Source E-Commerce Solutions
    http://www.oscommerce.com

    Copyright (c) 2003 osCommerce

    Released under the GNU General Public License
    */

    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'http://localhost');
    define('HTTPS_CATALOG_SERVER', '');
    define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', 'C:/Inetpub/wwwroot/'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/admin/'); // absolute path required
    define('DIR_FS_ADMIN', 'C:/Inetpub/wwwroot/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/'); // absolute path required
    define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    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', DIR_WS_CATALOG . 'includes/languages/');
    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_BACKUP', DIR_FS_ADMIN . 'backups/');

    // define our database connection
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', 'root');
    define('DB_DATABASE', 'oscommerce');
    define('USE_PCONNECT', 'false'); // use persisstent connections?
    define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
    ?>

  4. #4
    New Member
    Join Date
    Feb 2005
    Posts
    5
    Rep Power
    0


    Default RE: problem logging in to admin on a recent development inst

    Fixed it, sorry about that but it was a problem with IIS aliases, weird one but there you go.

    Thanks for the offer to help.

    Tony

Similar Threads

  1. Tax Error and Logging in Problem
    By dnjdesigns in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 12-16-2004, 11:42 AM
  2. Problem with CheckOut, Creating New Accounts, and Logging in
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 07-19-2004, 09:09 AM
  3. Admin tool install problem
    By bjrafferty in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 06-28-2004, 09:03 PM
  4. ms2 max install problem with admin (no the login pasw one)
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-14-2003, 09:02 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
  •