I was receiving errors due to the safe mode being activated, so I wrote to my hosting company and got this response:
Quote:
Hello,
If you need Register Globals ON then you can upload
a custom php.ini file in your scripts directory to
negate this change (this means your scripts will be
vulnerable to being exploited). You can find a custom
php.ini file at the URL below with Register Globals
turned ON. Simply upload it to your scripts directory
and name it php.ini to override the change on the
server.
php.ini should be upload to the same dir where php script is placed. It
doesn't affect subdirectories.
|
I thought that this might help other people who are getting errors. I am attaching the php.ini file to this post. You can edit it in any text editor (I don't recommend notepad - use a better one like notepad2). Remove the .txt extension and upload it to your server.