I have followed the instructions that were given to me through the Dada Mail website, which recomends this as a good program to use. Everything is working fine except the Insert/ Edit Image function is not completely working for me. Everytime I try to "Browse Server" this error comes up:
Error creating folder "/home/thesquareroom/public_html/userfiles/image/" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Read-only file system)
Is there something that I have entered incorrectly or is it a deeper problem?
Error creating folder "/home/thesquareroom/public_html/userfiles/image/" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Read-only file system)
Is there something that I have entered incorrectly or is it a deeper problem?

Re: Problem with uploading images
Re: Problem with uploading images
http://www.thesquareroom.com/fckeditor/ ... 6287828908
Re: Problem with uploading images
You only have to make the folder "userfiles" 0777 (chmod or add write)!
The subfolder "image" will then be made by fckconfig.
Still, this is a serious security problem as anybody can access to this folder! Renaming it to another name (also change in config files) is a possibility or using it behind a password protected page with sessions.
Regards!