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

superfedya’s picture

Oops, 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"...