Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Some sort of session ID problem


Guest

Recommended Posts

Posted

I've installed the Nochex APC contrib and I get an error when in the admin panel and I click on Nochex|Transactions. Looks like an attempt to insert a session id in the db fails but I'm only guessing -

 

QUOTE:

1062 - Duplicate entry 'e12a73fd4700200bba49ec26e678da28' for key 1

 

insert into sessions values ('e12a73fd4700200bba49ec26e678da28?action=view', '1113111897', 'language|s:7:\"english\";languages_id|s:1:\"1\";selected_box|s:13:\"configuration\";')

 

[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

UNQUOTE

 

Here are my session settings:

 

Session Directory /tmp

Force Cookie Use False

Check SSL Session ID True

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session False

 

And this is my db config..

 

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

Anyone got any ideas?

 

TIA

 

Nick

Archived

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

×
×
  • Create New...