mariusc2 Posted September 8, 2010 Posted September 8, 2010 Hi, i am new to osCommerce and i have a problem. At my login page, after i input email and psw, nothing happend on the screen, it is same login page, only with psw removed. But in my database every login is registered. I have installed : osComm 2.2rc2a STS Headertags SEO Google XML SEO Ultimate URLs SEO romanian language I run the store on localhost, i have: Database Host: localhost (127.0.0.1) Database: MySQL 5.1.50-community HTTP Server: Apache/2.2.16 (Win32) PHP/5.3.3 PHP Version: 5.3.3 (Zend: 2.3.0) My config panel looks like this Title Value Action Store Name Testing Store Owner Testing E-Mail Address [email protected] E-Mail From [email protected] Country 223 Zone Dolj Expected Sort Order desc Expected Sort Field date_expected Switch To Default Language Currency false Send Extra Order Emails To Use Search-Engine Safe URLs (still in development) false Display Cart After Adding Product true Allow Guest To Tell A Friend false Default Search Operator and Store Address and Phone Store Name Address Country Phone Show Category Counts true Tax Decimal Places 0 Display Prices with Tax false My /includes/configure.php look like this: <?php define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', 'http://localhost'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', 'localhost'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'test'); define('DB_SERVER_PASSWORD', 'testtest'); define('DB_DATABASE', 'electro'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Anyone any idea? I am really dizzy digging for 2 days on google. :))
mariusc2 Posted September 9, 2010 Author Posted September 9, 2010 I have tested online, on a free server, and it works fine. Now i'm going crazy! I've tried also: define('HTTP_COOKIE_PATH', 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/'); define('HTTPS_COOKIE_PATH', 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/'); anyone?
mariusc2 Posted September 10, 2010 Author Posted September 10, 2010 Problem solved, was a cookie problem. A BIG THANK YOU to pickled.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.