Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Another prob....help needed (fast)


stardust

Recommended Posts

Posted

I?m running my shop on Apache2Triad 1.3, just to test all the stuff.Since I forced the use of cookies (my shop uses STS, and some links just can't generate the osCid, i don't why), and then, the shop keep asking me to allow the use of cookies in my browse (IE 6 and Firefox 1.5).No matter what i do in the browse config, it is still asking for the same thing, always and always both IE and Firefox.

 

Is the prob in my shop or in the Apache?Or maybe in the domain name?In the instalation of the shop, i left everthing as default, the url it use is "http://localhost/shop" (it doesn't uses those domain terminations like .com) .

 

I installed another shop (with the original version of OsCommerce 2.2 - not in my language) in the folder that Apache uses as the directory for sites, i called it "Test".I did the same thing, forced the use of cookies, and the same error happens.No matter if I?m using STS or BTS.

 

Both IE and Firefox are enabled to use cookies, they even have some stored in their cache. .

 

I?m also using the same Apache2Triad to test and build a forum using phpbb2, with the forum, the cookies works, their name:

 

localhost phpbb2mysql_sid

localhost phpbb2mysql_data

localhost lang

 

The file name of the "original" version of Oscommerce that found the some prob of mine is oscommerce-2.2ms2-051113.zip.Anyone here uses the same version?If so, did you found the same prob?Is it some kind of bug?

 

The cookies for admin works, only for the final user this happens, if helps, my configure.php:

 

<?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('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'localhost');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/shop/');
define('HTTPS_COOKIE_PATH', '');
define('DIR_WS_HTTP_CATALOG', '/shop/');
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/');

Posted
I?m running my shop on Apache2Triad 1.3, just to test all the stuff.Since I forced the use of cookies (my shop uses STS, and some links just can't generate the osCid, i don't why), and then, the shop keep asking me to allow the use of cookies in my browse (IE 6 and Firefox 1.5).No matter what i do in the browse config, it is still asking for the same thing, always and always both IE and Firefox.

 

Is the prob in my shop or in the Apache?Or maybe in the domain name?In the instalation of the shop, i left everthing as default, the url it use is "http://localhost/shop" (it doesn't uses those domain terminations like .com) .

 

I installed another shop (with the original version of OsCommerce 2.2 - not in my language) in the folder that Apache uses as the directory for sites, i called it "Test".I did the same thing, forced the use of cookies, and the same error happens.No matter if I?m using STS or BTS.

 

Both IE and Firefox are enabled to use cookies, they even have some stored in their cache. .

 

I?m also using the same Apache2Triad to test and build a forum using phpbb2, with the forum, the cookies works, their name:

 

localhost phpbb2mysql_sid

localhost phpbb2mysql_data

localhost lang

 

The file name of the "original" version of Oscommerce that found the some prob of mine is oscommerce-2.2ms2-051113.zip.Anyone here uses the same version?If so, did you found the same prob?Is it some kind of bug?

 

The cookies for admin works, only for the final user this happens, if helps, my configure.php:

 

<?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('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'localhost');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/shop/');
define('HTTPS_COOKIE_PATH', '');
define('DIR_WS_HTTP_CATALOG', '/shop/');
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/');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...