Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

still getting errors


ty74403

Recommended Posts

Posted

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

 

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

both of my config files are set with the last line reading like this.

 

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

What next? Please?

Posted

The server may be reading the session path from the osC admin panel.

 

Even though you have set the configure.php files to save sessions in the database have you also set to 'false' the Use Cache setting in your osC admin panel, under Configuration --> Cache.

 

If that is set to false then I'd advise you to contact your hosting company, as this would then be a problem with the way that Safe Mode is being applied.

 

You can expect other problems, notably file_upload may be disabled (in which case you're stuffed).

 

Vger

Posted
The server may be reading the session path from the osC admin panel.

 

Even though you have set the configure.php files to save sessions in the database have you also set to 'false' the Use Cache setting in your osC admin panel, under Configuration --> Cache.

 

If that is set to false then I'd advise you to contact your hosting company, as this would then be a problem with the way that Safe Mode is being applied.

 

You can expect other problems, notably file_upload may be disabled (in which case you're stuffed).

 

Vger

The use cache is set to false should i set it to true?

Archived

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

×
×
  • Create New...