Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A few error codes ?


4JCompany

Recommended Posts

Posted

Hello all,

 

Just installed osCommerce to my site and followed all the instructions however - I have noticed a few errors appear on the index and admin page. The errors are:

 

(From the admin panel)

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 1001922/1001922 is not allowed to access /tmp owned by uid/gid 0/0 in /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/sessions.php on line 165

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/sessions.php:165) in /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/sessions.php:165) in /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/sessions.php:165) in /home125a/sub005/sc69375-UUOE/***********.co.uk/admin/includes/functions/general.php on line 22

 

(From the index)

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 1001922/1001922 is not allowed to access /tmp owned by uid/gid 0/0 in /home125a/sub005/sc69375-UUOE/***********.co.uk/includes/functions/sessions.php on line 169

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home125a/sub005/sc69375-UUOE/***********.co.uk/includes/functions/sessions.php:169) in /home125a/sub005/sc69375-UUOE/***********.co.uk/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home125a/sub005/sc69375-UUOE/***********.co.uk/includes/functions/sessions.php:169) in /home125a/sub005/sc69375-UUOE/***********.co.uk/includes/functions/sessions.php on line 102

 

 

 

Many thanks,

 

James

Posted

Locate STORE_SESSIONS definition in the /admin/includes/configure.php file

and /includes/configure.php file and make it like this.

 

define('STORE_SESSIONS', 'mysql');

 

If those are already set, proceed ->here

Posted
Locate STORE_SESSIONS definition in the /admin/includes/configure.php file

and /includes/configure.php file and make it like this.

 

define('STORE_SESSIONS', 'mysql');

 

If those are already set, proceed ->here

 

 

I already change the STORE_SESSION on configure.php but after that I could not understand..

Can you please explain to me specifically?

 

Thank you

Archived

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

×
×
  • Create New...