It's not possible to write the config file. Change the permission to '777'. After that, refresh this page!"; } else if (file_exists("installation_done")) { echo"ERROR!
Installation appears to have been completed.
If this is an error remove installation_done file in install directory."; } else switch($_GET['s']){ case 0: include("templates/greet.tpl"); break; case 1: include("templates/config.tpl"); break; case 2: include("templates/dataform.tpl"); break; case 3: include("templates/field.tpl"); break; case 4: include("templates/multihunter.tpl"); break; case 5: include("templates/support.tpl"); break; case 6: include("templates/oasis.tpl"); break; case 7: include("templates/end.tpl"); break; } ?>