Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

instalation on a free web hosting site...almost worked


acpopa2002

Recommended Posts

Posted

Hi there !

 

I've almost done installing my store, but it sais :

 

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 80105 is not allowed to access owned by uid 0 in /home/hosting/natureshop/catalog/includes/functions/sessions.php on line 148

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/hosting/natureshop/catalog/includes/functions/sessions.php:148) in /home/hosting/natureshop/catalog/includes/functions/sessions.php on line 97

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/hosting/natureshop/catalog/includes/functions/sessions.php:148) in /home/hosting/natureshop/catalog/includes/functions/sessions.php on line 97

 

=======

What does this mean ? what do i have to do ?

 

please be as explicit as you can, because i'm very new to php

 

thanx so much !

Cristi

Posted

Go to your osC admin panel, go to Configuration --> Sessions, and click to edit the Session Save Path (usually set to tmp/), and set it to just tmp.

 

Vger

Posted

change the last line in the following files

 

catalog/includes/configure.php

admin/includes/configure.php

 

from

define('STORE_SESSIONS', '');

to

define('STORE_SESSIONS', 'mysql');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted
Go to your osC admin panel, go to Configuration --> Sessions, and click to edit the Session Save Path (usually set to tmp/), and set it to just tmp.

 

Vger

 

 

Hi !

thank you very much for you reply!

 

I tried to do as you told me, and it replied ...

====

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 80105 is not allowed to access owned by uid 0 in /home/hosting/natureshop/catalog/admin/includes/functions/sessions.php on line 110

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/hosting/natureshop/catalog/admin/includes/functions/sessions.php:110) in /home/hosting/natureshop/catalog/admin/includes/functions/sessions.php on line 67

 

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting/natureshop/catalog/admin/includes/functions/sessions.php:110) in /home/hosting/natureshop/catalog/admin/includes/functions/general.php on line 22

 

 

Now what ?

Archived

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

×
×
  • Create New...