Hi alll... I keep getting the following error message:
Warning: mkdir(): SAFE MODE Restriction in effect.
The script whose uid is 32929 is not allowed to access
/home/xxxxx/public_html/youth/images/zoom/XTLMFZ owned
by uid 99 in /home/xxxxx/public_html/youth/components/com_zoom/admin/new.php
on line 28
I know that safe mode is turned on, and yes I found out
that it cannot be turned off.
I tried to use a CGI version of PHP which would allow PHP
scripts to access folders/files under the right user (instead of
under Apache's user). I used .htaccess to configure php files
under /youth/components/com_zoom to run through php.cgi
which is located under /scgi-bin.
I ran phpinfo() and it works fine. It acknowledges that it is a CGI
version of Apache with safe mode DISABLED. I ran phpinfo() under
a directory outside the directory I specified in .htacess and it
acknowledged that it was an Apache module with safe mode
ENABLED. Good.
So I'm pretty sure that the PHP script is being run through php.cgi.
Shouldn't that mean that there will be no safe mode restrictions?
So why is this error message coming up?
I would be MOST appreciative if someone could help me out. It is
probably something quite simple, but I know very little about PHP
and cgi.
Thanks!
(Sorry the line breaks are funny - I can't get the text to wrap nicely)