Guest Posted January 23, 2005 Posted January 23, 2005 I have some problems when a customer is logged in. You can try this login : email : [email protected] password : password If you are clicking at this line "Hej Michael! Kunne du t?nke dig at se de seneste nyheder?" this error comes : 1062 - Duplicate entry 'd45c4a22a0f6f4d076b794544583e8d0' for key 1 insert into sessions values ('d45c4a22a0f6f4d076b794544583e8d0?osCAdminID=98e44dd45e5f5486576acf11b33e9cbc', '1106441842', 'cart|O:12:\"shoppingcart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:6:\"danish\";languages_id|s:1:\"4\";currency|s:3:\"DKK\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"osCsid\";s:76:\"d45c4a22a0f6f4d076b794544583e8d0?osCAdminID=98e44dd45e5f5486576acf11b33e9cbc\";s:10:\"osCAdminID\";s:32:\"98e44dd45e5f5486576acf11b33e9cbc\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP] 1062 - Duplicate entry 'd45c4a22a0f6f4d076b794544583e8d0' for key 1 insert into sessions values ('d45c4a22a0f6f4d076b794544583e8d0?osCAdminID=98e44dd45e5f5486576acf11b33e9cbc', '1106441842', 'cart|O:12:\"shoppingcart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:6:\"danish\";languages_id|s:1:\"4\";currency|s:3:\"DKK\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"osCsid\";s:76:\"d45c4a22a0f6f4d076b794544583e8d0?osCAdminID=98e44dd45e5f5486576acf11b33e9cbc\";s:10:\"osCAdminID\";s:32:\"98e44dd45e5f5486576acf11b33e9cbc\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP] Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
Guest Posted January 23, 2005 Posted January 23, 2005 ok i have solved this problem... But i still have a problem with this link in header.php "Forside" (it means start page") When i use this link i got logged out. Someone who can help me ??
Internet-Exposure Posted February 3, 2005 Posted February 3, 2005 Please check /includes/languages/english.php look for 'a href="%s', and make sure that no session ID comes after it it should be just <a href="%s"> My guess is that developers accidently left session ID in some versions of osCommerce. I hope it will solve your problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.