Jump to content

Why can't I write to files?


royrules22

Recommended Posts

This is annoying. I can't write to files when fopening them with w, w+, a or even a+. My or exit() statement is excuted instead. However when I open it via r mode it works fine. So I assume it has problems writing. But is_writeable() return true!

What in the world can be happening? This is a Windows IIS server so I cannot chmod it, and nor can I ask the admin to change it. Any solutions?
Link to comment
https://forums.phpfreaks.com/topic/14423-why-cant-i-write-to-files/
Share on other sites

Thanks! It was read-only. I went into the CP (not Plesk just some other custom one). I added write permission onto that file so it works now. But I just have to figure out how to set permission to only one file rather than a directory.. Still don't know why is_writeable worked..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.