WARNING:
Directory local_content/ is not setup for writing
Cannot open file (local_content/test.txt) for writing
Cannot write to file (local_content/test.txt)
Cannot close file (local_content/test.txt)


Directory local_content/ is not writable, please refer to install.txt for help and FIX.

 

 

Note:
Usually Web Server is running as some special user. When script is running by your Web Server, it's executed in the context of that user. So that user probably doesn't have permitions to write in this folder. To make it work you should give permitions to write to this folder for the user than runs the Web Server

To extend on that (or really just to re-word it so you have two explanations), web servers usually run as "www" or "nobody" and not the username you use to log into your site's control panel or FTP server. This means that the directories you create on your server are owned by you and the web server ("www" or "nobody") can't write to them by default.