Won't install - solved

Tagged:  

Alright,

This software has been giving us the gears bigtime. We can get it work on windows with xamp but when we try and set it up on our centos box, we get issues.

Firstly, we had an issue with the pages not fully loading. So I tried removing the files to reinstall the project.
I've followed the instructions, all the folders are chmod 777 and chown apache;apache.

Have an alias: Alias /ppier "/etc/www/projects"

And directory is listed in httpd.conf:

*Directory "/etc/www/projects"*
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
*/Directory*
*<>* removed on purpose the * are not in my httpd.conf

When I go to install the program, this is the error that I get.. Keep in mind, I already chmod 777 and chwon apache:apache the files and folders are required.

OK: PHP version is 5.3.3
OK: 'mysql' extension is available
OK: 'calendar' extension is available
OK: 'gd' extension is available
OK: 'simplexml' extension is available
Error: /config is not writable
Error: /public/files is not writable
Error: /tmp is not writable
Error: /cache is not writable
Error: /upload is not writable

Resolved:

Should this ever arise for anyone else, disable SElinux. It did the trick for me ..