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! Quote Link to comment 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.) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.