config.php configuration file in your %s directory. Please change its permissions. If you're on Unix you can do chmod 666 config.php to fix this. You can also download the %sconfig.php%s file and replace the existing config.php in the %s directory yourself."), '' . $templateData['galleryDir'] . '', '', '', '' . $templateData['galleryDir'] . '') ?>

config.php in your %s directory. This is a very important file that gives Gallery all the information that it needs to operate. After we create it, you can read through this file and make changes to it if you want."), $templateData['galleryDir']) ?>

%s directory called config.php. You must make sure that the webserver will be able to write to it."), $templateData['galleryDir']) ?>

 $ touch config.php 
$ chmod 666 config.php

Windows