firestarapple Posted November 7, 2008 Share Posted November 7, 2008 I am having problem with my CMS system because it won't update the changes i have done on the file.I dont know why since the CMS system was created by other programmer. When it checks "if (is_writable($filename))", it seems to display error message. What are the reasons behind that the file contents are not able to be rewritable? what are the settings i need to do? anybody, please help me! Link to comment https://forums.phpfreaks.com/topic/131730-rewrittable-files/ Share on other sites More sharing options...
corbin Posted November 7, 2008 Share Posted November 7, 2008 File permissions are most likely the problem. Linux, right? Make sure the user under which PHP runs has write access to the file. (Look into chmod.) Link to comment https://forums.phpfreaks.com/topic/131730-rewrittable-files/#findComment-684312 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.