This commit is contained in:
Laurent Destailleur 2012-10-22 21:25:14 +02:00
parent 4f15029b13
commit a10518a2e3

View File

@ -189,6 +189,7 @@ if (! $error)
}
elseif ($db->error && ! (! empty($_POST["db_create_database"]) && $db->connected))
{
// Note: you may experience error here with message "No such file or directory" when mysql was installed for the first time but not yet launched.
print '<div class="error">'.$db->error.'</div>';
if (! $db->connected) print $langs->trans("BecauseConnectionFailedParametersMayBeWrong").'<br><br>';
//print '<a href="#" onClick="javascript: history.back();">';