In MySQL 8, the word "groups" became a reserved keyword. This means that old installs like yours which didn't mandate a table prefix will run into problems. The solution was provided in the original topic you posted to: viewtopic.php?p=16019659#p16019659
You'll need to add a table prefix to the name of each table and then update the
You'll need to add a table prefix to the name of each table and then update the
$table_prefix
value in config.php
to indicate the new prefix.Statistics: Posted by Noxwizard — Wed Jan 01, 2025 10:16 pm