pway wrote:
I'm really frustrated because I have been dealing with security issues since installation through Fantastico.
Some required files were not writeable by Joomla. I read on the forums that it is possibly an ownership issue.
Since I had these problems I asked my ISP (Dotable) to change all file and directory ownership to my account.
Joomla System info looks at my directories and reports that all files are properly writeable. Now I can't upload images, can't install plugins for JCE etc.
I'm not sure I understand what
ownership Joomla requires to make all of this work. The file permissions all look appropriate. I don't want to change everything to 777 but i'm getting close, and if I lose more hair there will be none left.

Thanks,
Peter
Hi Peter
If your hosting offers phpsuexec, and the joomla files are under your user account, then Joomla/Webserver will be able to write on the folders and files, provided that those folders/files have at least 644 permission (An ideal setup IMO is 755 for folders and 644 for files).
If your hosting does not offer any means to make files/folder owned by your user account to be also readable/writable by the webserver, the files and folders need to be owned by the same user running the Webserver process. So for example if the Webserver process is being run by "apache" user, the joomla folders and files should be at least owned by "apache" so 755 for folders and 644 for files will work with no problems.
Kindly inquire to your webhost which is the best approach so that php applications residing on your space will be able to have write/read access to the folders and files.
Setting your folder and files to be owned by the user running the webserver "could" be the best bet.