MyBB Community Forums

Full Version: Mybb Sql Error Unknown field list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys I need our help again,
I want to assign moderatorrs on particular board.
But after I assign, it comes with an error.


[Image: 2qx6bmb.jpg]



How do I fix it?.



Thanks in advance
Do you have some installed but disabled plugins (possibly related with 'custom tools')?
I Got Solution

You needed to add "canusecustomtools" column inside "mybb_moderators" table. After If You Got Other Error Post Here I Will Help

Run this Query :

ALTER TABLE mybb_moderators ADD canusecustomtools VARCHAR(50);
Thank you Mark Sans,

its now resolved..


Salute
If You Faced Any Other Error Inform Me

I Will Help You