joe2movies
Sun 28 January 2007, 12:27 am GMT +0100
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
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