Permission denied on FluxCP in Centos 6.8

hi everyone.. i've encountered an error when want to run the FluxCP.. below is the screenshot of the error.

i downloaded the FluxCP from HerculesWS/FluxCP repository

https://github.com/HerculesWS/FluxCP

and i 've disabled suexec by following this guide

https://palatana.wordpress.com/2014/09/25/disable-suexec-in-apache/

perhaps i'm missing something about the setup? 
First enable the show exception in error.php in your fluxcp

after it don't forget to change to timezone in application.php

then i would enter a command (I'm not so sure if this is secure to do) chmod -R 777 /var/www/(your fluxcp folder)

after you've done that you will still encounter few more errors. but you can resolve with with the given remedy in fluxcp error message. 

Goodluck

 
just change the owner of the files to apache if you are using httpd

chown -R apache:apache *

make sure you are on the inside html folder

 
Back
Top