MyBB Community Forums

Full Version: CoderMe Donation error 1064
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey i know there are a few issues with this error code:

MyBB has experienced an internal SQL error and cannot continue.


SQL Error:1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybb_settinggroups' at line 1Query:SELECT COUNT(*) as rows FROM mybb_settinggroups

Please contact the MyBB Group for technical support.

The problem is i already changed it into:
Otherwise you can try to change TYPE=MyISAM into ENGINE=MyISAM in the php file.

But i still can't solve this issue anyone know how to solve?