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
Okay, I changed the access of public_html to 777, now there is a different error that appears:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: Internal Server Error (500)
Requested URL:
http://www.thesquareroom.com/fckeditor/ ... 6287828908
Response text:
<!-- SHTML Wrapper - 500 Server Error -->
I'm guessing this is a problem with my server and not FCK Editor. Have you ever seen anything like this? Any idea of what i should do?
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!