View; MT.commentIds = []; Comments missing in Movable Type!! - George Chiramattel's Blog

George Chiramattel - Software architect with over 15 years of indiustry experience. Generally interested in anything related to Technology and leading a Full Life.
link More about me

Comments missing in Movable Type!!

| Comments

When I logged into MT after a long time, I was surprised to find that all the previous comments were missing!! After some googling found that the problem was caused by a corrupt mt_comment table. I tried to do a repair by issuing the following command.


REPAIR TABLE mt_comment

But this didn't help.

I then used MySQL Administrator (GUI tools) and selected repair on the table with the following settings.

Repair Table option

This fixed the problem.