pali Posted December 4, 2004 Posted December 4, 2004 Hi, I swamped, I'am fighting for two days and can not move forward. I can not login user, I can not checkout, I can not see cart contents... ...I always get "Such file doesn't exist...". But I can create a new account and I can see product page. If you would like to test please have a look on www.voipshop.cz. There is one product only 'cos site is not in production yet (I just setting it up). I'm not using SSL and my Sessions settings are: Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions True Recreate Session True configure.php looks like: define('HTTP_SERVER', 'http://www.voipshop.cz/'); define('HTTPS_SERVER', ''); define('ENABLE_SSL',false); define('HTTP_COOKIE_DOMAIN', 'http://www.voipshop.cz'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/modules/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', 'modules.php?name=catalog'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'modules/catalog/images/'); define('DIR_AWS_IMAGES', 'modules/catalog/admin/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', 'functions/'); define('DIR_WS_CLASSES', 'classes/'); define('DIR_WS_MODULES', 'modules/'); define('DIR_WS_LANGUAGES', 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); ... define('STORE_SESSIONS', 'mysql'); I already searched forum carefully but nothing what I tried works. Any help, idea, hint what else should I try will be usefull. pali
user99999999 Posted December 4, 2004 Posted December 4, 2004 Sorry! Its an interesting idea to nuke OSC but this forums is not the place to look for assistance. Its like calling the rubber manufacture to see why you got a flat tire.
user99999999 Posted December 4, 2004 Posted December 4, 2004 You might try installing OSC stand alone and once your failure with it you could debug the nuke module.
Guest Posted December 4, 2004 Posted December 4, 2004 This: define('HTTP_COOKIE_DOMAIN', 'http://www.voipshop.cz'); should be this: define('HTTP_COOKIE_DOMAIN', '.voipshop.cz');
pali Posted December 5, 2004 Author Posted December 5, 2004 This: define('HTTP_COOKIE_DOMAIN', 'http://www.voipshop.cz'); should be this: define('HTTP_COOKIE_DOMAIN', '.voipshop.cz'); <{POST_SNAPBACK}> ...thanx, but nothing has changed. ...maybe it's not in OSC... ...I in the meantime installed nuke and OSC again (no any other contribution). I changed nothing in config and I still have this problem. Seems like osCsid is understood as part of regular path, or better said, page which was just invoked is not able to abstract osCsid from URL (or something like that). Could you (or someone else) please send me your php.ini and httpd.conf? pali
♥Vger Posted December 5, 2004 Posted December 5, 2004 As one person has already said - you are in the wrong forum. You will have better luck finding out why this osCommerce add-on to phpNuke doesn't work in the phpNuke forums. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.