Site migrate sonrası aldığım hata :
Syntax error or access violation: 1231 Variable ‘sql_mode’ can’t be set to the value of ‘NO_AUTO_CREATE_USER’ bla bla bla…
config/database.php dosyasını açınız.
‘engine’ => null, satırının altına
'modes' => [ 'ONLY_FULL_GROUP_BY',
'STRICT_TRANS_TABLES',
'NO_ZERO_IN_DATE',
'NO_ZERO_DATE',
'ERROR_FOR_DIVISION_BY_ZERO',
'NO_ENGINE_SUBSTITUTION',
],
satırlarını ekleyip kaydediniz.