|
the table would most likely be pp_messages. That error would suggest your table is crashed and you need to repair it in like phpmyamin or that table is missing. If its missing its because you upgraded and did not run the upgrade script. That table was added in version 5.61 so I would more suspect mysql corruption.
REPAIR TABLE pp_messages;
|