Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SQL Error from Editing User Groups (2)
#1
When I edit and try to save a user group I get an SQL error referring to field canbeinvisible:
Code:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'canbeinvisible' in 'field list'

A solution to this is reported in another forum https://community.mybb.com/thread-233700.html
Code:
ALTER TABLE mybb_usergroups ADD COLUMN canbeinvisible tinyint(1) NOT NULL default '1' AFTER canbereported;

How do I implement this, please?
Reply
#2
What is your forum url?
Please don't PM me for support. Try to post a topic allows other people to learn.
[Image: sig-jon.png]
Like CreateMyBB? Support me at https://www.patreon.com/vbgamer45/
Reply
#3
I ran the query on all hosted forums let me know if it helps.
Please don't PM me for support. Try to post a topic allows other people to learn.
[Image: sig-jon.png]
Like CreateMyBB? Support me at https://www.patreon.com/vbgamer45/
Reply
#4
(11-15-2021, 09:53 PM)Jon Wrote: I ran the query on all hosted forums let me know if it helps.

That's done the trick Jon.
Thanks for your support!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)