Do you have a php.ini file in your main directory, the directory under your public_html directory, this would mean Safe PHP CGI isnt active at the host.
/home/username/php.ini
If you do your host probably allows you to over write php settings, add this to your php.ini file "safe_mode = off" and resave it, then check you info.php from the admincp and see if safe mode is now off.
|