Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error?


Guest

Recommended Posts

Posted

My host upgraded something and now I get this error when I try to view my store:

 

Fatal error: session_start(): Failed to initialize storage module. in /public_html/advertising/includes/functions/sessions.php on line 67

 

I have contacted them as well but thought I would ask here too. Everything with my store was working fine for a few months before now.

 

 

Heidi

 

Update: I just went back and looked to see if I could access the admin and now it seems to be working fine. I am even more confused now than I was before as I had not even begun to attempt fixing the problem.

  • 1 month later...
Posted

I'm having the same problem too. It's off and on. When I hit browser "refresh" a few time, it works again. The the problem keep comming back:

 

Fatal error: session_start(): Failed to initialize storage module. in /home/amgtech/public_html/admin/includes/functions/sessions.php on line 67

 

I don't know why, but this is really killing me, my site is live.

 

Can anyone please help explain this.

  • 1 month later...
  • 3 weeks later...
Posted

I posted this in another similar thread...

 

 

Here's your solution...

 

In both configure.php scripts (catalog/includes and admin/includes)

 

change:

 

define('STORE_SESSIONS', '');

 

to:

 

define('STORE_SESSIONS', 'mysql');

 

 

Problem solved, at least for me... :D

 

JP

Archived

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

×
×
  • Create New...