That could indicate a discrepancy in the database.
Are there any entries in the
xf_approval_queue
table?
Also run these queries:
SQL:
SELECT * FROM `xf_post` WHERE message_state = 'moderated';
SELECT * FROM `xf_thread` WHERE discussion_state = 'moderated';