Topic: DB_cart class Based on version 1.13 ERROR (Read 434 times)
Kill the googlebot
Posts: 6
44 credits Members referred : 0
« on: Jan 28, 2007, 01:27:47 AM »
Hi i have this error message
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /tmp) in /clientdata/clients/e/x/express-knowledge.com.au/www/classes/db_cart/db_cart_class.php on line 27
which i don't understand from file db_cart_class.php I notice that i get it from this code below
if (!session_id()) session_start();
If i comment that code out it'll be fine
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8272
42619 credits Members referred : 3
« Reply #1 on: Jan 28, 2007, 01:29:50 AM »
This is not a problem of the class or the php code, but a misconfiguration of php in your server.