MyBB Community Forums

Full Version: How to fix this Error?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: ibYyZ63.png]
rows is recognized as a reserved keyword since MariaDB 10.2, see the Incompatible Changes in MariaDB 10.2.

Here's the real problem you have:
  • Table name and column name are not quoted using backticks for compatibility to support MySQL, PostgreSQL and SQLite.
  • MariaDB is currently not officially supported by MyBB.

Don't know how will MyBB team handle with this problem.
(2019-08-29, 12:34 PM)noyle Wrote: [ -> ]rows is recognized as a reserved keyword since MariaDB 10.2, see the Incompatible Changes in MariaDB 10.2.

Here's the real problem you have:
  • Table name and column name are not quoted using backticks for compatibility to support MySQL, PostgreSQL and SQLite.
  • MariaDB is currently not officially supported by MyBB.

Don't know how will MyBB team handle with this problem.
I have a feeling like this is some kind of vulnerability
(2019-08-29, 02:31 PM)GeniLoyd Wrote: [ -> ]I have a feeling like this is some kind of vulnerability
We have a chat on Discord (join the chat and turn to #1x-development) about this. Numerous low-level direct queries are coded.

Hope future versions can have a solution. You may also want to post in the Suggestions forum or other development forums to propose.
Looks like a plugin source code issue, rather than MyBB itself - see similar problem: https://community.mybb.com/thread-219215...pid1319117