Hi

First of all thank you for this great module, it is truly great.

I just installed it on my website, on a fresh Drupal 6.15 build and phpBB freshly updated to 3.0.6, and most of the things are working peachy, but only for me.

I asked a couple of my users to check the site out, and everyone of them gets the following error as soon as they enter the url: "Fatal error: Cannot access empty property in /home/hosts/gvc/www/gvc.sverok.n?et/includes/bootstrap.inc on line 718"

I haven't looked at the inner workings of drupal or this module, so i have no idea what this might mean. While i was installing the module, there was an error updating one of the includes\functions_something.php, i can't remember which one. I found an issue here about it and i downloaded the file which was suggested as a solution there, and that seemeed to solve the problem.

As said, the site works perfectly for me. It doesnt depend on which browser i use, what computer i use or if i am logged in or not. This confuses me greatly as i see no reason why my users, who haven't even gotten a chance to log in, should ber affected by some bug i do not get.

Comments

Cousken’s picture

A little update: The same error pops up when i try to edit or delete the user accounts. I set the master user account to be phpBB, and when users enter the new sites url, it automaticaly creates ana ccount for them, taking the info from phpBB, and logs them in. That explains why those useres have problems accessing this page, but i haven't yet figured out what causes this in particulat, nor how to fix it. The file that didn't manage to get patched was functions_user.php, and i got it from here: http://drupal.org/files/issues/functions_user.php__0.txt

Cousken’s picture

Title: Fatal error: Cannot access empty property in /home/hosts/gvc/www/gvc.sverok.n​et/includes/bootstrap.inc on line 718 » Fatal error: Cannot access empty property in /includes/bootstrap.inc on line 718
ernestod’s picture

Similar problem (but module is 6.x-2.0-beta9, drupal 6.15, phpBB3 3.0.6)
After installation of the integration module, configuration of the phpbb parameters and validation of the admin user, no other user is able to login.
Master is phpbb db and admin login normally on both boards with single sign-on.
When any other user tryes to login with username and password he gets
Fatal error: Cannot access empty property in /var/www/integrazione/includes/bootstrap.inc on line 718.
After the failed attempt a new user is created within the drupal db, it has the original (phpbb) data but empty password field.

sinsoft’s picture

Same problem as in comment #3. Problem resolved when added profile fields (in Drupal profile module) and configured profile fields mappings (in phpBBforum settings). Point IV.6 from INSTALL.txt:
"6) Ensure that corresponding profile.module fields exist. If necessary create profile.module fields that match with phpBB profile fields."

fizk’s picture

Status: Active » Closed (fixed)