[pmwiki-users] Upload denied errors
H. Fox
haganfox at users.sourceforge.net
Thu Jun 8 09:15:00 CDT 2006
On 6/8/06, Pico <pmwiki at ben-amotz.com> wrote:
> Just passing along this PmWiki/Questions entry to the list for someone to
> address (on that page, if you would, otherwise discuss here and I'll try to
> paste in the final answer)
>
> Pico
> - - - -
>
> Warning: move_uploaded_file(uploads/IdeaBoard/charslist.jpg):
> failed to open stream:
> Permission denied in
> /home/bbbw/public_html/scripts/upload.php on line 198
>
> Warning: move_uploaded_file():
> Unable to move '/tmp/php4GefOm' to
> 'uploads/IdeaBoard/charslist.jpg' in
> /home/bbbw/public_html/scripts/upload.php on line 198
>
> PmWiki can't process your request ?cannot move uploaded file to
> uploads/IdeaBoard/charslist.jpg
>
> We are sorry for any inconvenience.
>
> My host- i4host.net recently upgraded php to 4.4.2 from 4.4.1.
> I searched mail archive, it's said that "Safe Mode" was turned on
> while you crashed such a problem.
>
> Does anyone have some ideas on solving this? Thanks a lot!
They need to ask the server administrator to enable safe_mode_gid by
putting the following line in php.ini and restarting the server.
safe_mode_gid = On
It's in the server administrator's best interest to do so.
Details here:
http://qdig.sourceforge.net/Support/PHPSafeMode
Hagan
More information about the pmwiki-users
mailing list