attempting creating a temp file: failed

See all posts See thread Reply

Re: attempting creating a temp file: failed new!
by colin, 16 years, 2 months ago
I see that you have an open_basedir restriction in place, so you can process files only in /vservers/mr12/......

Make sure that your destination directory is in your open_basedir path, and that you have the correct permissions there to let the web server write files.Reply