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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| I will try to help you, could you post your admin/includes/configure.php file? |
|
#3
| |||
| |||
| 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
| |||
| |||
| 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 |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tax Error and Logging in Problem | dnjdesigns | osCMax v1.7 Discussion | 4 | 12-16-2004 11:42 AM |
| Problem with CheckOut, Creating New Accounts, and Logging in | Anonymous | osCMax v1.7 Discussion | 1 | 07-19-2004 08:09 AM |
| Admin tool install problem | bjrafferty | osCMax v1.7 Installation | 3 | 06-28-2004 08:03 PM |
| ms2 max install problem with admin (no the login pasw one) | Anonymous | osCMax v1.7 Discussion | 1 | 10-14-2003 08:02 AM |