osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-09-2005, 03:23 PM
New Member
 
Join Date: Feb 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
hedro
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 02-09-2005, 08:56 PM
New Member
 
Join Date: Jan 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
BHenderson
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-10-2005, 01:03 AM
New Member
 
Join Date: Feb 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
hedro
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'
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-10-2005, 03:06 AM
New Member
 
Join Date: Feb 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
hedro
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 08:17 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax