I followed the readme in the module. I setup phpbb3, and it works. I setup automod and installed the bridge. I installed the phpbbforum module and enabled it. When I go to admin/config/phpbbforum and configure the settings like it says in the readme, after I hit save, I get a http 500 error everytime I try to go to admin/config/phpbbforum and the following message is displayed in the apache error log:
[Fri Dec 30 17:08:44 2011] [error] [client X.X.X.X] PHP Fatal error: Cannot redeclare user_delete() (previously declared in /home/test6/sites/domain.com/public_html/modules/user/user.module:2438) in /home/test6/sites/domain.com/public_html/phpbb/includes/functions_user.php on line 603, referer: http://domain.com/admin/config
The only thing that went wrong in the readme documentation is it said that by default, the phpbbdrupalbridge MOD installs phpbbdrupalbridge api files into the phpBB3/includes/phpbbdrupalbridge/ directory. It did not install the api files there, I only found them here: /sites/domain.com/public_html/phpbb/store/mods/phpbbdrupalbridge-3.0.9/root/includes
I first tried to setting the path to the phpbb api files to that location, and I got the 500 error, then I moved the api files to where the readme recommended, sites/all/modules/phpbbforum/includes/ and I set the path to look there, and I still get the 500 error.
Is there anyone who knows what I may have did wrong or how to get this going?
Thanks
Comments
Comment #1
fizk commentedI ran into a similar issue. You'll want to install the phpbb mod first, go through all the settings in phpBB according to the README, and then come to Drupal and install and enable the phpbbforum Drupal module.
Please reopen if this did not fix it for you.