Closed (duplicate)
Project:
Advanced Forum
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 11:07 UTC
Updated:
3 Jun 2008 at 13:24 UTC
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
Comment #1
michellehttp://drupal.org/node/241982
Michelle
Comment #2
pvkerc commentedHey 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
Comment #3
michelleThe 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