View Single Post
Old July 25th, 2006, 10:28 AM   #5 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,064
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote