MyBB Codes

Full Version: Problems with settings.php file.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anytime I wanted to change a setting at the configuration this morning it said that settings.php file is not writtable. It was driving me nuts. After contacting my host they fixed it by chmodding it or something. The tech support told me to check the file if it is writable next time with an if statement. How can I do that?
If you do not know what is "chmodding" then you should not know how to verify if a file is writable with PHP or other language... Wink

You just need to change the permission of a file to 755 or 777 with a FTP client application to make it writable...
Reference URL's