Buongiorno, premetto che ho già visto diversi post a riguardo e non ho trovato soluzione.
Durante l'aggiornamento del DB, al processo di upgrade da 2.3.1 a 2.4 si blocca.
ecco il log:
[2019-03-29 13:23:39] Logs.EMERGENCY: Aggiornamento fallito: INSERT INTO zz_smtp
(id
, name
, server
, port
, username
, password
, encryption
, main
) VALUES (NULL, 'Account email da Impostazioni', (SELECT valore
FROM zz_settings
WHERE nome
= 'Server SMTP'), (SELECT valore
FROM zz_settings
WHERE nome
= 'Porta SMTP'), (SELECT valore
FROM zz_settings
WHERE nome
= 'Username SMTP'), (SELECT valore
FROM zz_settings
WHERE nome
= 'Password SMTP'), (SELECT valore
FROM zz_settings
WHERE nome
= 'Sicurezza SMTP'), 1) []
{"url":"/index.php?action=do_update&firstuse=false","ip":"5.61.223.100","http_method":"GET","server":"magazzino.netoip.com","referrer":"https://magazzino.netoip.com/","unique_id":"XJ4OS9K8axzGXzFE21JGFAAAAAY","uid":"9fe8c72"}
Possibili soluzioni?
Grazie