DB error when debug is enabled

4.88K viewsCore
0

WordPress database error: [Table ‘myplan_domain.wp_ap_meta’ doesn’t exist]
SELECT count(*) as count, p.post_status FROM wp_posts p INNER JOIN wp_ap_meta m ON p.ID = m.apmeta_actionid WHERE (p.post_type = ‘question’ OR p.post_type = ‘answer’) AND m.apmeta_type=’flag’ GROUP BY p.post_status

in admin dashboard.

0

its because

wp_ap_meta

table does not exist. try reinstalling and your issue will be solved.

Yes the two tables do not exist. Not sure why. I tried reinstalling, but same error. In my test website it work great.

How can i reinstall and (force) run the check anspress is doing ?

You are viewing 1 out of 2 answers, click here to view all answers.