Thanks. Those are bugs. - PM count query only counts PMs you've sent. I need to change it to sum all PMs in all Convos. (I've started working on a notification system that actually shows unread PMs, by the way) - I'll look into why you can't see PMs to yourself. It's probably just an issue with the database query and it needs to be tweaked to also look for convos that contain only yourself. Since I rewrote all of the database queries by hand for the migration, I got a few wrong. But all of the data is still there, old and new. :) Thanks for letting me know. I'll add these to my dev journal to let others know I'm aware.