installation problem ...
I am having a problem with installtion of projectpier. This is as far as I get ...
* OK: PHP version is 5.1.6
* OK: 'mysql' extension is loaded
* OK: 'gd' extension is loaded
* OK: 'simplexml' extension is loaded
* Error: /config/config.php is not writable
* Error: /public/files is not writable
* Error: /cache is not writable
* Error: /upload is not writable
I have tried changing the ownership:group of the files/directories to be apache:apache and also changing permissions to be 755 as was noted in asnother post to this forum. The error notes above would seem to indicate that PP is trying to write to the wrong locations, moving those directories to the root of the web server changed naught. I am using Apache 2 on a Fedora Linux server. Anybody have any ideas?

I was also having the same problem. Have given ownership to the "apache" user, which owns my apache process, to the above mentioned files. And have change the permissions also to 755. But had the same problems.
I am also using Apache 2.2 and Fedora. Is that a coincidence? Probably not since Fedora uses SELinux Security as default.
I just went to my Terminal and typed "setenforce 0", reloaded the install page and Voala!
Hello, It's me again.
I got my application running.
However, I have researched and setting SELinux to "permissive" mode, which is what I did by doing "selinux = 0", is not the optimum way of running Fedora Core, or any other system that uses SELinux.
Does anybody have any idea how to make Project Pier to run in "enforcing" mode?
How to troubleshoot it?
Thank you for all your help.
George Crewe