MyBB Community Forums

Full Version: Cant list plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can't access my list of plugins in adminCP due to this error:

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 WHERE name = 'quickadveditor'' at line 1Query:SELECT COUNT(*) as rows FROM mybb_settinggroups WHERE name = 'quickadveditor'

Am running latest version of mybb 1.8.15

Link to my site: https://oculusgamingau.com/forums/index.php
your problem is similar with me

[Image: pm.jpg]

but, your problem in "quickadveditor" and my problem in "quicksmpeditor"

soloution from @.m

hi,

in the plugin's php file [github link]

you can replace all occurrences of rows
with
qserows

and save the file. that should fix the issue.

best - m
Great thanks a heap its working now!

Much appreciated