Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-rc4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 14:44 UTC
Updated:
9 Jan 2012 at 05:15 UTC
I just updated my localhost to test the new RC4, and when i open uw a page that contains nodes, it spits out the following error: "Fatal error: Call to undefined function phpbbforum_node_view() in C:\wamp\www\\sites\all\modules\phpbbforum\phpbbforum.module on line 183"
It also seems that files are missing, like the whole includes and contrib folder
Comments
Comment #1
vb commentedquick fix
Enable Drupal to phpBB node submission:
Comment #2
demon326 commentedWhen do you think you will have fixed it, without a workaround? :)
Comment #3
parasolx commentedupdating to 2.x-dev fix the problem.
Comment #4
aitala commentedThe rc4 download files are missing a number of files and directories..
Eric
Comment #5
parasolx commentedfor new rc4, they have separate into drupal and phpbb.
this module only consist file needed for drupal module only. to make the integration work out, you need to implement patches into phpBB by using MODX.
to make it easier, author have re-design drupal-phpBB bridge to be install through Automod. so you need to donwload it here: http://phpbb.drupalbridge.org/en/download
then install through Automod. after that just point out the new path for phpbb_api.php in Administer > SIte configuration > phpBBforum Integration settings.
** everything have been write in Readme.txt. but i think it much more appropriate if the author can put some announcement in d.o downloading area links to download drupalphpbbbridge.
Comment #6
fizk commentedI've included a download link for the phpBB Drupal Bridge mod.