Guest Posted July 25, 2003 Posted July 25, 2003 I am receiving this error when I try to login in the customer login area. Query was empty - Query was empty Query was empty [TEP STOP] Query was empty - Query was empty Query was empty [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 Anyone know how to fix this. I am running osCommerce 2.2 Milestone 2
Rumble Posted July 25, 2003 Posted July 25, 2003 I wouldnt worry too much, leave it for a day and try again! It happened to me and the next day it worked fine!? Gremlins! Reddy to Rumble Thank you osCommerce and all who Contribute to her!
VJ Posted July 26, 2003 Posted July 26, 2003 Did you try storing sessions in the database? That might help. To enable storing sessions in database, In /includes/configure.php, change, define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to, define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Not sure what the problem is, though. I guess some other user session causes a conflict, assuming you shared the same session storage directory with others at the server(like, /tmp). HTH, VJ
Recommended Posts
Archived
This topic is now archived and is closed to further replies.