{{if(empty($GLOBALS['dbname'])): $GLOBALS['submit_disabled'] = true;}}

 {{echo $lang['INST_CHANG_CONFIG']}}

{{endif}} {{if($GLOBALS['no_connection']): $GLOBALS['submit_disabled'] = true;}}

 {{echo $lang['INST_CONNCET_ERR']}} {{if(! empty($GLOBALS['dbtype']) && $GLOBALS['dbtype'] == 'sqlite'):}}
{{echo sprintf($lang['INST_CONNCET_ERR_SQLITE'], $GLOBALS['dbname']);}} {{endif;}}

{{endif}} {{if($GLOBALS['mysql_ver']): $GLOBALS['submit_disabled'] = true;}}

 {{echo sprintf($lang['INST_MYSQL_LESSMIN'], MIN_MYSQL_VERSION, $GLOBALS['mysql_ver'])}}

{{endif}} {{if(!is_writable(PATH . 'cache')) : $GLOBALS['submit_disabled'] = true;}}

 [ cache ] : {{echo $lang['INST_NO_WRTABLE']}}

{{endif}} {{if(!is_writable(PATH . 'uploads')) : $GLOBALS['submit_disabled'] = true;}}

 [ uploads ] : {{echo $lang['INST_NO_WRTABLE']}}

{{endif}} {{if(!is_writable(PATH . 'uploads/thumbs')) : $GLOBALS['submit_disabled'] = true;}}

 [ uploads/thumbs ] : {{echo $lang['INST_NO_WRTABLE']}}

{{endif}} {{if(!$GLOBALS['submit_disabled']):}}


[ {{echo $lang['INST_GOOD_GO']}} ]

{{else:}}
{{endif}}