Invision Board 1 Safe Mode CHMOD Guide ------------------------------------------------ Safe mode imposes a lot of restricitions on what a PHP script can do. CHMOD and file accesses are part of those restrictions. For you to use all the features in Invision Board, you will need to manually CHMOD the following files and directories. If in doubt, CHMOD all to 0777. archive_in -- 0755 archive_out -- 0755 lang -- 0755 lang/*.* -- 0666 Skin -- 0755 Skin/s1 -- 0755 Skin/s1/*.* -- 0666 style_images -- 0755 style_sheets -- 0755 style_sheets/*.*-- 0666 style_templates -- 0755 style_templates/1 -- 0755 style_templates/1/*.* -- 0666 uploads -- 0755 --Matt Mecham.