ty74403 Posted August 9, 2005 Posted August 9, 2005 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?
♥Vger Posted August 9, 2005 Posted August 9, 2005 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
ty74403 Posted August 9, 2005 Author Posted August 9, 2005 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 <{POST_SNAPBACK}> The use cache is set to false should i set it to true?
♥Vger Posted August 9, 2005 Posted August 9, 2005 No. Contact your hosting company about the error. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.