D dany_loc Active Member 27 2009 0 0 Sep 20, 2010 #1 Hi, recently I encountered a problem with my forum when editing users groups. I'm using: MyBB Version: 1.4.11 MYSQL version: 5.0.91 PHP version: 5.3.2 [SLIDE]http://i54.tinypic.com/2zemjdh.jpg[/SLIDE] can anyone help me? thanks!
Hi, recently I encountered a problem with my forum when editing users groups. I'm using: MyBB Version: 1.4.11 MYSQL version: 5.0.91 PHP version: 5.3.2 [SLIDE]http://i54.tinypic.com/2zemjdh.jpg[/SLIDE] can anyone help me? thanks!
L litewarez Active Member 1,367 2008 1 0 Sep 20, 2010 #2 reupload the SQL Structure for your shoutbox.
L Lock Down Active Member 2,122 2010 228 0 Sep 20, 2010 #3 Seems like the table mybb_usergroups wasn't updated properly. You can try alter that table using phpmyadmin and add the field can_view_shoutbox and make the field smallint 1 value 0. or try running this MySQl command: alter table mybb_usergroups add column can_view_shoutbox tinyint(1)
Seems like the table mybb_usergroups wasn't updated properly. You can try alter that table using phpmyadmin and add the field can_view_shoutbox and make the field smallint 1 value 0. or try running this MySQl command: alter table mybb_usergroups add column can_view_shoutbox tinyint(1)