That is most likely caused by an incorrect setting or two in the rule_values table. Try running this on your database:
update rule_values set rule_value = 0 where rule_name = 'Chat:GlobalChatLevelLimit';
update rule_values set rule_value = 0 where rule_name = 'Chat:KarmaGlobalChatLimit';
|