safe mode issues
Posted: Tue Dec 23, 2003 1:48 pm
greetings,
my code :
13: $f = fopen($fileName, 'a+');
the issue:
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 504 is not allowed to access /html owned by uid 48 in /html/pretes.php on line 13
my php.ini:
safe_mode = Off
safe_mode_gid = Off
;safe_mode_include =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_ TZ
safe_mode_protected_env_vars = LD_LIBRARY_PATH
;open_basedir =
the phpinfo():
--> local value then master value
safe_mode On Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
anyone have any help to give?
thanks.
-myrth
PS - the first person to help me get this fixed get's a $1.00 paypal donation for their time.
*this is not a joke*
my code :
13: $f = fopen($fileName, 'a+');
the issue:
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 504 is not allowed to access /html owned by uid 48 in /html/pretes.php on line 13
my php.ini:
safe_mode = Off
safe_mode_gid = Off
;safe_mode_include =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_ TZ
safe_mode_protected_env_vars = LD_LIBRARY_PATH
;open_basedir =
the phpinfo():
--> local value then master value
safe_mode On Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
anyone have any help to give?
thanks.
-myrth
PS - the first person to help me get this fixed get's a $1.00 paypal donation for their time.