PHP in Local safe mode?
Moderator: General Moderators
-
clothahump
- Forum Newbie
- Posts: 10
- Joined: Mon Jan 13, 2003 4:34 am
PHP in Local safe mode?
I am seriously hoping there is someone about that can help me.
How do I turn off local safe mode?
These are the current settings.
http://www.eheim-uk.com/phpinfo.htm
How do I turn off local safe mode?
These are the current settings.
http://www.eheim-uk.com/phpinfo.htm
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
If you have access to the php.ini then the settings can be changed there:
http://www.php.net/manual/en/features.safe-mode.php
Mac
http://www.php.net/manual/en/features.safe-mode.php
Mac
-
clothahump
- Forum Newbie
- Posts: 10
- Joined: Mon Jan 13, 2003 4:34 am
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Adjusting the values to the defaults should un-safe_mode the server. I would assume (having never used safe mode) that changing:
to
should make it go away.
Mac
Code: Select all
safe_mode = OnCode: Select all
safe_mode = OffMac
-
clothahump
- Forum Newbie
- Posts: 10
- Joined: Mon Jan 13, 2003 4:34 am
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Apparently (I have to run PHP on IIS so I don't get to play with this stuff) you can set PHP config variables in Apache's configuration files, so maybe the guys who set up your server hid the stuff there:
http://www.php.net/manual/en/configuration.changes.php
Mac
http://www.php.net/manual/en/configuration.changes.php
Mac
-
clothahump
- Forum Newbie
- Posts: 10
- Joined: Mon Jan 13, 2003 4:34 am
-
clothahump
- Forum Newbie
- Posts: 10
- Joined: Mon Jan 13, 2003 4:34 am
-
clothahump
- Forum Newbie
- Posts: 10
- Joined: Mon Jan 13, 2003 4:34 am