wwpp_posts debug error
-
I see the following error in my subsite debug bar:
How can I fix it?SELECT wwpp_posts.*,
(
SELECT COUNT(*)
FROM wwpp_193_prli_clicks AS cl
WHERE cl.link_id = li.id) as clicks
FROM wwpp_posts JOIN wwpp_prli_links AS li ON wwpp_posts.ID = li.link_cpt_id WHERE 1=1 AND wwpp_posts.post_type = ‘****_custom_video’ AND ((wwpp_posts.post_status = ‘publish’)) ORDER BY wwpp_posts.post_date DESC
Table ‘***_*****_host.wwpp_prli_links’ doesn’t exist
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wwpp_posts debug error’ is closed to new replies.