Active
Project:
Comments in phpBB
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2010 at 02:41 UTC
Updated:
28 Sep 2010 at 02:58 UTC
Hi,
This module doesn't work.
After install: Fatal error: Cannot redeclare comment_render() in /home2/mysite/public_html/site/sites/second.com/modules/com2phpbb/com2phpbb.module on line 975
Any help? Thanks!
Comments
Comment #1
superfedya commentedOops, I removed a comment module.
But now I got another error: user warning: Table 'userdb.fr_forums' doesn't exist query: SELECT f1.forum_name AS groupname, f2.forum_id, f2.forum_name AS forumname FROM fr_forums f1, fr_forums f2 WHERE f1.parent_id = 0 AND f2.parent_id = f1.forum_id ORDER BY f1.display_on_index, f2.forum_id in /home2/mysite/public_html/site/sites/madkino.com/modules/com2phpbb/com2phpbb.module on line 2174.
the problem, that I have 2 (diff. domains) sites and 1 forum in DB all with different prefixes. And Comments in phpBB created the tables like "secondsite_phpbb_users"...