Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2008 at 10:47 UTC
Updated:
9 Jan 2012 at 06:53 UTC
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
Comment #1
vb commentedyes, 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
Comment #2
fizk commented