|
Posted by sso on July 2, 2009, 12:46 pm
Please log in for more thread options
Hi,
I would like to turn off PHP safe_mode.
In my php.ini file it is set to safe_mode = off
yet I still get errors indicating I can't perform certain tasks
because it is turned on.
Where else could this be set?
|
|
Posted by Jerry Stuckle on July 2, 2009, 1:33 pm
Please log in for more thread options
sso wrote:
show/hide quoted text
> Hi,
> I would like to turn off PHP safe_mode.
> In my php.ini file it is set to safe_mode = off
> yet I still get errors indicating I can't perform certain tasks
> because it is turned on.
> Where else could this be set?
Are you sure you're changing the correct php.ini file? What does
phpinfo() show for both the php.ini file location and save_mode?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
|
Posted by sso on July 2, 2009, 2:03 pm
Please log in for more thread options show/hide quoted text
> sso wrote:
> > Hi,
> > I would like to turn off PHP safe_mode.
> > In my php.ini file it is set to safe_mode =3D off
> > yet I still get errors indicating I can't perform certain tasks
> > because it is turned on.
> > Where else could this be set?
> Are you sure you're changing the correct php.ini file? =A0What does
> phpinfo() show for both the php.ini file location and save_mode?
> --
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
ok, we're getting somewhere. It says the local value is "no" but the
master value is "yes" for safe mode. It points to the same file I was
editing.
|
|
Posted by Singapore Computer Service on July 2, 2009, 2:20 pm
Please log in for more thread options Hello,
May be obvious, but did you restart the server after making the changes?
__
http://www.bootstrike.com/ComputerService/ Singapore Computer Home Remote On-Site Repair Service
show/hide quoted text
> sso wrote:
> > Hi,
> > I would like to turn off PHP safe_mode.
> > In my php.ini file it is set to safe_mode = off
> > yet I still get errors indicating I can't perform certain tasks
> > because it is turned on.
> > Where else could this be set?
> Are you sure you're changing the correct php.ini file? What does
> phpinfo() show for both the php.ini file location and save_mode?
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
ok, we're getting somewhere. It says the local value is "no" but the
master value is "yes" for safe mode. It points to the same file I was
editing.
|
|
Posted by Jerry Stuckle on July 2, 2009, 2:37 pm
Please log in for more thread options sso wrote:
show/hide quoted text
>> sso wrote:
>>> Hi,
>>> I would like to turn off PHP safe_mode.
>>> In my php.ini file it is set to safe_mode = off
>>> yet I still get errors indicating I can't perform certain tasks
>>> because it is turned on.
>>> Where else could this be set?
>> Are you sure you're changing the correct php.ini file? What does
>> phpinfo() show for both the php.ini file location and save_mode?
>
> ok, we're getting somewhere. It says the local value is "no" but the
> master value is "yes" for safe mode. It points to the same file I was
> editing.
Ok, did you stop and restart Apache after making the changes?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
| Similar Threads | Posted | | safe mode | September 18, 2004, 6:22 pm |
| Safe mode | June 16, 2005, 4:41 am |
| safe mode help | April 8, 2008, 1:12 pm |
| safe mode / directories | October 24, 2004, 12:46 pm |
| using parse_ini_file() in safe mode | November 14, 2004, 11:27 pm |
| Safe Mode problem | January 31, 2006, 3:36 pm |
| safe mode problem | April 12, 2006, 12:52 pm |
| Rights issue / safe mode PHP | August 3, 2004, 7:35 pm |
| Safe Mode & File Upload | March 4, 2005, 2:07 pm |
| SAFE MODE,fopen, and chmod | November 4, 2005, 3:00 am |
|
> I would like to turn off PHP safe_mode.
> In my php.ini file it is set to safe_mode = off
> yet I still get errors indicating I can't perform certain tasks
> because it is turned on.
> Where else could this be set?