+
Double-check all the information below. Contact your hosting company for the correct information to use!
MySQL said: '.$mysql_log.'', 'Database connection failed';
+ }
+ elseif ($problem == 2)
+ {
+ echo '
Database tables already exist!
+ HESK database tables with
'.$hesk_settings['db_pfix'].' prefix already exist in this database!
+ To upgrade an existing HESK installation select
Update existing install instead.
+ To install a new copy of HESK in use a unique table prefix.';
+ }
+ elseif ($problem == 3)
+ {
+ echo '
Old database tables not found!
+ HESK database tables have not been found in this database!
+ To install HESK use the
New install option instead.';
+ }
+ elseif ($problem == 4)
+ {
+ echo '
Version '.HESK_NEW_VERSION.' tables already exist!
+ Your database seems to be compatible with HESK version '.HESK_NEW_VERSION.'
+ To install a new copy of HESK use the
New install option instead.';
+ }
+ else
+ {
+ echo '
To complete setup HESK needs to connect to your database. You can get this information from your hosting control panel.
';
+ }
+ ?>
+