Hi gents,
I'm working with a server running 4.01 trying to get a script to simply resize/rename images on upload.
Server settings are
safemode = On
open_basedir = xxx/ (ie restricted to my bit of the web space)
upload_tmp_dir = no value (ie using the system default - outside my web-space)
If I'm not mistaken I need "tmp_dir" to do what I want to do (please tell me if there is another way)
My question is "Is the restricted BASE DIR setting restricting my access to the system tmp_dir which is outside my directory tree?"
Be grateful for any help/feedback