Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lots of session errors after installing


Kazur

Recommended Posts

Posted

Hi

 

I installed OSCommerce on a server, but I get a lot of errors:

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 2020/80 is not allowed to access owned by uid/gid 0/0 in /usr/home/web/wno69149/Netthandel/catalog/includes/functions/sessions.php on line 148

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/home/web/wno69149/Netthandel/catalog/includes/functions/sessions.php:148) in /usr/home/web/wno69149/Netthandel/catalog/includes/functions/sessions.php on line 97

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/home/web/wno69149/Netthandel/catalog/includes/functions/sessions.php:148) in /usr/home/web/wno69149/Netthandel/catalog/includes/functions/sessions.php on line 97

 

Can you tell me how to get rid of them?

 

Btw, I get this message too:

Warning: The sessions directory does not exist: . Sessions will not work until this directory is created.

 

I'll be very happy if you could help me :)

Posted

You are better off storing the sessions in the datbase.

 

 

At the end of your two configure.php files change

 

This

 

define('STORE_SESSIONS', '');

 

to

 

define('STORE_SESSIONS', 'mysql');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

Hey, thanks, the warning isn't there anymore :) but the errors is there, can you help me with that you think? :-"

Archived

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

×
×
  • Create New...