Tes97 Posted January 24, 2005 Posted January 24, 2005 www.dia-systems.net 1.) When customers try to login, it puts them back to the "Whats New Here" page where it says "Welcome Guest! Would you like to log yourself in? Or would prefer to create an account? Just like they never put in their information. Please feel free to use login [email protected] and password "marie" to test. 2.) Also, there is alot of code language at the bottom of the screen after someone tries to log in. I have copied and pasted it below: 1062 - Duplicate entry '30503adaecef62d66ecc54853c768043' for key 1 insert into sessions values ('30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971', '1106321334', '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:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:76:\"30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP] 1062 - Duplicate entry '30503adaecef62d66ecc54853c768043' for key 1 insert into sessions values ('30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971', '1106321339', '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:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:76:\"30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971\";}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 Any advice is greatly appreciated. Someone please help, loosing business.
WiseWombat Posted January 24, 2005 Posted January 24, 2005 www.dia-systems.net1.) When customers try to login, it puts them back to the "Whats New Here" page where it says "Welcome Guest! Would you like to log yourself in? Or would prefer to create an account? Just like they never put in their information. Please feel free to use login [email protected] and password "marie" to test. 2.) Also, there is alot of code language at the bottom of the screen after someone tries to log in. I have copied and pasted it below: 1062 - Duplicate entry '30503adaecef62d66ecc54853c768043' for key 1 insert into sessions values ('30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971', '1106321334', '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:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:76:\"30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP] 1062 - Duplicate entry '30503adaecef62d66ecc54853c768043' for key 1 insert into sessions values ('30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971', '1106321339', '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:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:76:\"30503adaecef62d66ecc54853c768043?osCAdminID=7c4d373949a196cab0d7f6fa4b93b971\";}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 Any advice is greatly appreciated. Someone please help, loosing business. <{POST_SNAPBACK}> for the first question I think you need to set force sessions to false in admin. I cant help with the second ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
Guest Posted January 24, 2005 Posted January 24, 2005 I noticed a couple of things about your site. 1. When you click on "Shop", it goes to an HTTPS page. It appears that you are using a shared SSL certificate. I would think that you would want to link to the HTTP page instead. 2. Hold your mouse over the Log Yourself In link and check out the address. It appears to be attaching a number of Admin session ID's. I think you might have some bad code in one or more of your files. I'd start with the login.php file.
Tes97 Posted January 25, 2005 Author Posted January 25, 2005 for the first question I think you need to set force sessions to false in admin.I cant help with the second <{POST_SNAPBACK}> My force sessions is already set to false
boxtel Posted January 25, 2005 Posted January 25, 2005 for the first question I think you need to set force sessions to false in admin.I cant help with the second <{POST_SNAPBACK}> there is no force sessions, force cookies? Treasurer MFC
Tes97 Posted January 25, 2005 Author Posted January 25, 2005 there is no force sessions, force cookies? <{POST_SNAPBACK}> Yea I knew thats what he meant. They all are set to False right now.
Tes97 Posted January 25, 2005 Author Posted January 25, 2005 I noticed a couple of things about your site. 1. When you click on "Shop", it goes to an HTTPS page. It appears that you are using a shared SSL certificate. I would think that you would want to link to the HTTP page instead. 2. Hold your mouse over the Log Yourself In link and check out the address. It appears to be attaching a number of Admin session ID's. I think you might have some bad code in one or more of your files. I'd start with the login.php file. <{POST_SNAPBACK}> The reason I changed it to HTTPS is because I was getting an error when trying to accept the Pay Pal payments. Once I switched it to that, the paypal worked fine. Any other suggestions? Would you like for me to post any of my codes?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.