Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SAFE MODE Restriction in effect


Razorblade

Recommended Posts

Posted

Sorry,

this is not my first thread about it, but I really need to fix it.

This is the full error message on the header:

 

 

 

 

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 10458 is not allowed to access owned by uid 0 in /usr/local/psa/home/vhosts/fortunabrands.com/httpdocs/includes/functions/sessions.php on line 148

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/fortunabrands.com/httpdocs/includes/functions/sessions.php:148) in /usr/local/psa/home/vhosts/fortunabrands.com/httpdocs/includes/functions/sessions.php on line 97

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/fortunabrands.com/httpdocs/includes/functions/sessions.php:148) in /usr/local/psa/home/vhosts/fortunabrands.com/httpdocs/includes/functions/sessions.php on line 97

 

 

 

 

Can anybody help?

Thank you!

Posted

FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED

 

I've found the solution!

I'll post it here for all the people that in the future will have this kind of problem!

 

- FIRST

 

Go to /admin/includes/application_top.php

 

and modify

 

E_ALL & ~E_NOTICE

 

with

 

E_ALL & ~E_NOTICE & ~E_WARNING

 

- SECOND

 

Go to /includes/application_top.php

 

and modify

 

E_ALL & ~E_NOTICE

 

with

 

E_ALL & ~E_NOTICE & ~E_WARNING

 

(the same like before)

 

- THIRD

 

Is possible there are some data saved in the SESSION table on the database.

Go and delete that data (not the table :D )

 

THIS IS IT!

 

FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED FIXED

Archived

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

×
×
  • Create New...