You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$insufficient_permissions_message_js = json_encode(tr("L'utente MySQL non ha i permessi necessari per creare e modificare le tabelle. Verifica i permessi o usa un altro utente.").'.', $json_flags);
@@ -389,8 +427,8 @@ function updateNavigationButtons(currentStep) {
389
427
$installBtn.prop("disabled", false);
390
428
$("#test").prop("disabled", false);
391
429
swal(
392
-
"'.tr('Configurazione MySQL incompatibile').'",
393
-
"'.addslashes(tr('La SQL mode del server MySQL contiene ONLY_FULL_GROUP_BY, incompatibile con OpenSTAManager.') . "\n\n" . tr('Aggiungi nel file my.ini nella sezione [mysqld]:') . "\n\nsql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION\n\n" . tr('Poi riavvia MySQL e riprova.')).'",
430
+
'.$mysql_incompatible_title_js.',
431
+
'.$mysql_incompatible_message_js.',
394
432
"error"
395
433
);
396
434
} else {
@@ -427,17 +465,15 @@ function updateNavigationButtons(currentStep) {
427
465
$("#install").prop("disabled", false);
428
466
429
467
if(data == 0){
430
-
swal("'.tr('Errore di connessione').'", "'.tr('Impossibile connettersi al database con i parametri inseriti').'.", "error");
swal("'.tr('Permessi insufficienti').'", "'.tr("L'utente MySQL non ha i permessi necessari per creare e modificare le tabelle. Verifica i permessi o usa un altro utente.").'.", "error");
swal("'.tr('Connessione riuscita').'", "'.tr('Connessione al database stabilita correttamente').'. '.tr('Clicca su _BTN_ per procedere con l\'installazione', [
0 commit comments