FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: Ren on April 07, 2008, 04:44:20 AM

Title: Script can't write files.
Post by: Ren on April 07, 2008, 04:44:20 AM
I am having a problems with scripts being able to write files. I really don't' know how to explain it so here is what I am trying to do. I have a script for installing/upgrade skins for my site. When I run the script, it upgrades the skin sets but it isn't writing the skin files it needs to write.

I have an old computer I setup as a server so I can use it to learn php better. Anyway, I have Apache and php 5.2.5 installed on it. I set it all up on it and it writes the files for the skins, so I am assuming that I don't have something setup right for my domain in my plesk control panel or I need to send in a ticked and request something to be turned on.

I would be grateful for any help/advice anyone could give me.

Thanks,
Ren
Title: Re: Script can't write files.
Post by: brainiac744 on April 07, 2008, 12:00:57 PM
You'll need to chmod the files that your PHP script needs to write to to a high enough level to allow it. If you're not sure what level they need to be set to, your best bet would probably be to come up with a list of files (or a directory) that PHP needs to write to, and send it in via the help desk in plesk.
Title: Re: Script can't write files.
Post by: Ren on April 07, 2008, 05:02:19 PM
Thanks for helping brainiac.

I figured it out. I had PHP in safe mode and it was stopping it from writing the new files i guess.


Ren