MyBB Community Forums

Full Version: [1.6.6] Can not edit forum moderator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
when I edit forum moderators, I get an SQL error "Unknown column 'canusecustomtools' in 'field list'".

You forgot to put something in the upgrade script?

PS. I executed upgrade script two times.
First time it did not adding new settings (eg allowthreadratings).

I also want to report a problem with newreply since 1.6.5, some of my users said that they can't post reply to any thread.
Removing these lines from newreply.php fixed it :
if(isset($post) && (($post['visible'] == 0 && !is_moderator($fid)) || $post['visible'] == 0))
{
	error($lang->error_invalidpost);
}
I could not find any such global setting in MyBB 1.6.6 .. it should be forum specific thread rating available at forum management ..
(2012-02-11, 04:41 AM)ranjani Wrote: [ -> ]I could not find any such global setting in MyBB 1.6.6 .. it should be forum specific thread rating available at forum management ..

I re-run upgrade script and it added this setting and another.
I edited my post, I have another problem. Wink