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

vb’s picture

quick fix
Enable Drupal to phpBB node submission:

demon326’s picture

When do you think you will have fixed it, without a workaround? :)

parasolx’s picture

Status: Active » Reviewed & tested by the community

updating to 2.x-dev fix the problem.

aitala’s picture

The rc4 download files are missing a number of files and directories..

Eric

parasolx’s picture

for 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.

fizk’s picture

Status: Reviewed & tested by the community » Closed (fixed)

I've included a download link for the phpBB Drupal Bridge mod.