Hi guys, I'm new to this. I followed the directions to add the CB and the phpbb connector. My phpbb forum is in the
www.yoursite.com/forum directory. Here is my problem. When I access the phpbbconnector plugin and click on "Plugin control panel" I get a popup with the following error:
SQL errorDB function failed with error number 1146
Table 'preigforum.preig_users' doesn't exist SQL=SELECT count(*) as total FROM (preig_users as j INNER JOIN preig_comprofiler as cb ON j.id = cb.id) INNER JOIN phpbb_users as p ON cb.cb_phpbbid = p.user_id WHERE cb.approved='1' AND p.user_active='1' AND j.block='0' AND (j.username = p.username) AND (j.password = p.user_password) ORDER by j.id
SQL =
SELECT count(*) as total
FROM (preig_users as j INNER JOIN preig_comprofiler as cb ON j.id = cb.id)
INNER JOIN phpbb_users as p ON cb.cb_phpbbid = p.user_id
WHERE cb.approved='1' AND p.user_active='1' AND j.block='0' AND (j.username = p.username) AND (j.password = p.user_password)
ORDER by j.id
I'm having the same problem, but you should post this into the following topic: "phpBB Connector V1.0.2 Beta now available" (general plug-in discussions) or at least follow the thread there. Others also described the same issue...