It's possible there's some hidden/deleted messages to me, but they'd have to have been created then deleted/hidden within a fairly short timespan (ie: a matter of days) otherwise I'd be surprised if I missed them.
Just went to have another look and got this error:
quote:
Unknown error [1109]
Unknown table 'THREAD' in where clause
SELECT COUNT(POST.PID) AS UNREAD_TO_ME FROM DEFAULT_POST POST LEFT JOIN DEFAULT_USER_PEER USER_PEER ON (USER_PEER.UID = 454 AND USER_PEER.PEER_UID = POST.FROM_UID) WHERE THREAD.FID IN (1,2,3,4,5,6,7,8,9,11,12,13,14,16,20,22,23,24) AND POST.TO_UID = 454 AND POST.VIEWED IS NULL AND ((USER_PEER.RELATIONSHIP & 8) = 0 OR USER_PEER.RELATIONSHIP IS NULL) AND ((USER_PEER.RELATIONSHIP & 2) = 0 OR USER_PEER.RELATIONSHIP IS NULL)
Unknown error in line 130 of file db_mysql.inc.php
EDITED: 7 Aug 2006 16:19 by BOUGHTONP