cannot install due to sql syntax error
-
in file: includes/class-install.php line 303,
while wordpress config defines ‘DB_CHARSET’ as ‘utf8mb4’, this line should be
$charset = 'CHARSET='.DB_CHARSET;
instead of
$charset = DB_CHARSET;
and the same problem for $collate in line 304
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘cannot install due to sql syntax error’ is closed to new replies.