get an user warning while enabling advance forum:

user warning: Table 'dbkemzeke.advforum_last_post' doesn't exist query: SELECT alp.tid, alp.nid AS topic_id, alp.cid AS reply_id, n.title AS topic_title, c.subject AS reply_title, n.created AS topic_timestamp, c.timestamp AS reply_timestamp, n.type AS topic_type, n.uid AS topic_author_id, c.uid AS reply_author_id, u.name AS topic_author_name, c.name AS reply_author_name FROM advforum_last_post AS alp LEFT JOIN node AS n ON alp.nid = n.nid INNER JOIN users AS u ON u.uid = n.uid LEFT JOIN comments AS c ON alp.cid = c.cid in /domains/kemzeke.be/public_html/modules/advanced_forum/advanced_forum.module on line 724.

Comments

michelle’s picture

Status: Active » Closed (duplicate)
pvkerc’s picture

Hey Michelle

thanks for the update but the link is about a performance problem.. not about a missing table...
Could you help?

thanks in advance
piet

michelle’s picture

The issue is about adding a new table to hold the last post data. Since you're missing the table, there's something wrong with the new function in .install. I want to keep all problems with that issue on the same issue, not scattered across the queue, so I marked this one dupe.

Michelle