After upgrading to rc4 and right now i'm using 2.x-dev version, there is no problem regarding login and registration between drupal and phpbb.

during creating or updating any nodes, these error come out:
Fatal error: Call to undefined function phpbbforum_node_validate() in /home/***/public_html/sites/all/modules/phpbbforum/phpbbforum.module on line 181

just wanna to ask, did new rc4 have database updating from previous rc3?

Comments

vb’s picture

hope fixed, committed
change line 180 to
if (variable_get('phpbbforum_submission', true) && variable_get('phpbbforum_submission_' . $node->type, false)) {

no db updating from rc3

parasolx’s picture

Status: Active » Reviewed & tested by the community

apply that patch.. fixed problem.

fizk’s picture

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