Post Page with Issue:
http://www.childmark.com/forums/viewthread/1/
When I try to view a post in my forum I get the following error:
MySQL ERROR:
Error Number: 1146
Description: Table ‘cmark.ee_weblog_titles’ doesn’t exist
Query: SELECT wt.entry_id, wt.url_title, cp.cat_id, c.cat_url_title FROM ee_weblog_titles wt INNER JOIN ee_category_posts cp ON wt.entry_id = cp.entry_id INNER JOIN ee_categories c ON cp.cat_id = c.cat_id WHERE wt.forum_topic_id = 1 AND wt.entry_date <= UNIX_TIMESTAMP()
I just installed the 2.1.0 version of the forum and I’ve never had this issue before.
Any suggestions?