creativeone Posted August 31, 2005 Share Posted August 31, 2005 Hello...I installed Oscommerce through Windows plesk control panel and everything seemed to install just fine. When I try to login to the Admin it wont accept the username and password. It tries to add the domain name onto the username. Below is the info that shows in the admin/includes/configuration.php file: <?php // Please, note that all changes in this file will be lost // after reconfiguring application by Plesk define('HTTP_SERVER', 'http://seedandbread.org'); define('HTTP_CATALOG_SERVER', 'http://seedandbread.org'); define('HTTPS_CATALOG_SERVER', 'http://seedandbread.org'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'C:/inetpub/vhosts/seedandbread.org/httpdocs'); define('DIR_WS_ADMIN', '/shop/admin/'); define('DIR_FS_ADMIN', 'C:/inetpub/vhosts/seedandbread.org/httpdocs/shop/admin'); define('DIR_WS_CATALOG', '/shop/'); define('DIR_FS_CATALOG', 'C:/inetpub/vhosts/seedandbread.org/httpdocs/shop/'); 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'); define('DB_SERVER_USERNAME', 'the user name'); define('DB_SERVER_PASSWORD', 'the password'); define('DB_DATABASE', 'mysqleeb95692277e06546aff5ec4fa5'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Is there anything I am missing? I have tried uninstalling and starting over and nothing helps. Thanks. Cindy Link to comment Share on other sites More sharing options...
♥Vger Posted August 31, 2005 Share Posted August 31, 2005 Go to Plesk and use the Password Protect feature to re-protect the 'admin' folder. This will overwrite any existing User Name and Password and allow you to login. Vger Link to comment Share on other sites More sharing options...
creativeone Posted August 31, 2005 Author Share Posted August 31, 2005 Thank you that worked perfectly. Go to Plesk and use the Password Protect feature to re-protect the 'admin' folder. This will overwrite any existing User Name and Password and allow you to login. Vger <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.