|
Basically PHP would need to allow files to be written to those directories and processes to occur thus we set those directories to 777 for those processes to occur. If your host does not allow the process then you would run into trouble. You can attempt to do in SSH recursive permissions to 755 and test but I have never tested the scenerio since we indicate 777 is needed
chmod -R 755 data
chmod -R 755 uploads
|