make sure that all of the files and folders under the /galleries folder are set to 755 permissions level, you should be able to change the permissions level using your FTP Program,
also, edit the admin_gallery/common/properties.php file, change the following code :
'dir' => 0777,
'file' => 0666
to:
'dir' => 0755,
'file' => 0755