Fatal error: Cannot use object of type user as array in /var/www/drupal6/sites/all/modules/phpbbforum/includes/phpbb_api_subs.php on line 405

I've tried both master registration Drupal and phpBB.
I have commented out line 405 (// 'username' => $phpbb_user['username'],)
It seems that the registration process works correctly now.

Comments

vb’s picture

yes, you have found the bug line and right workaround.
i have changed to $phpbb_user->data['username']
fixed, see also http://drupal.org/node/220325
committed to HEAD

fizk’s picture

Status: Active » Closed (fixed)