ejabberd - Comments for "Periodic errors in ejabberd.log" https://www.ejabberd.im/node/3810 en And what is solution for https://www.ejabberd.im/node/3810#comment-55089 <p>And what is solution for this?<br /> P.S. I didn't find value with char 'Ж' in tables.<br /> mysql&gt; select * from privacy_list;<br /> +-------------+----------------+----+---------------------+<br /> | username | name | id | created_at |<br /> +-------------+----------------+----+---------------------+<br /> | zodiac | invisible | 21 | 2009-12-29 21:37:50 |<br /> | zodiac | visible | 22 | 2009-12-29 21:37:50 |<br /> | zodiac | visible list | 23 | 2009-12-29 21:37:50 |<br /> | zodiac | invisible list | 24 | 2009-12-29 21:37:50 |<br /> +-------------+----------------+----+---------------------+<br /> 4 rows in set (0.00 sec)</p> <p>mysql&gt; select * from privacy_list_data;<br /> +------+---+-------+--------+-----+-----------+----------+---------------+-------------------+--------------------+<br /> | id | t | value | action | ord | match_all | match_iq | match_message | match_presence_in | match_presence_out |<br /> +------+---+-------+--------+-----+-----------+----------+---------------+-------------------+--------------------+<br /> | 21 | n | | d | 1 | 0 | 0 | 0 | 0 | 1 |<br /> | 22 | n | | a | 1 | 0 | 0 | 0 | 0 | 1 |<br /> | 23 | n | | d | 1 | 0 | 0 | 0 | 0 | 1 |<br /> | 24 | n | | a | 1 | 0 | 0 | 0 | 0 | 1 |<br /> +------+---+-------+--------+-----+-----------+----------+---------------+-------------------+--------------------+<br /> 4 rows in set (0.00 sec)</p> Tue, 29 Dec 2009 22:27:53 +0000 zodiac comment 55089 at https://www.ejabberd.im It seems you configured https://www.ejabberd.im/node/3810#comment-55078 <p>It seems you configured ejabberd to use MySQL, and you have mod_privacy_odbc.</p> <p>The error may mean: when ejabberd calls your MySQL database to get privacy list information of a user, the response is not of the expected format. In this case, it expects an integer between 0 and 255, but gets the character Ж.</p> Sun, 27 Dec 2009 23:13:15 +0000 mfoss comment 55078 at https://www.ejabberd.im