in reply to Re^2: File Permission with open
in thread File Permission with open

I think the problem lies in directory-permissions on the server.

Forgive me for saying this but I would really advise you to seek some advice from a sysadmin (if you have one) because you seem be to be not that experienced and could cause a lot of problems if you change permissions on the server and don't really know what you are doing...

But if you are on your own try to create your temporary files in the /tmp directory which normally is writeable for all.

Replies are listed 'Best First'.
Re^4: File Permission with open
by grungero (Initiate) on Oct 16, 2010 at 03:02 UTC
    Thank you!!!!...It works. And yes, you're right, I'm kind of a rookie in this :-P ...but thanks to people like you, I'm learning a little bit more every day....thank you again.
Re^4: File Permission with open
by grungero (Initiate) on Oct 16, 2010 at 02:47 UTC
    Thank you.. I'll try it