Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error


Guest

Recommended Posts

Posted

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

Posted

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!

Posted

Isnt there a solution to this besides waiting?

Posted

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

Archived

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

×
×
  • Create New...