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
Comment #1
vb commentedhope fixed, committed
change line 180 to
if (variable_get('phpbbforum_submission', true) && variable_get('phpbbforum_submission_' . $node->type, false)) {
no db updating from rc3
Comment #2
parasolx commentedapply that patch.. fixed problem.
Comment #3
fizk commented