Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A lot of errors at new webshop


Chrismeister

Recommended Posts

Posted

I made a new test-webshop:

 

Klick here to see it.

 

There are a lot of errors on it.

 

I don't know what all that means.

 

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 112640/112640 is not allowed to access owned by uid/gid 0/0 in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 169 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php:169) in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 102 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php:169) in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 102

Posted

After looking, there seem to be only 2 problems.

 

I made the info easier to read:

 

Warning:
session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 112640/112640 is not allowed to access owned by uid/gid 0/0 in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 169

Warning:
session_start(): Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php:169) in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 102

 

Do anyone know how to fix any of these two problems.

Posted

Do anyone know how to fix any of these two problems.

Use google to search the forum next time: sentence or keywords site:www.oscommerce.com/forums since most questions (like this one) have been answered numerous times.

 

Change your includes/configure.php to use the database for storing sessions: define('STORE_SESSIONS', 'mysql');.

Archived

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

×
×
  • Create New...