Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-1.03
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2008 at 16:32 UTC
Updated:
7 Dec 2008 at 23:11 UTC
Hello,
I just tried to integrate my PHPBB forum with Drupal 6.5.
You see, my phpBB root is not within the Drupal directory. It is somewhere else.
Drupal: /var/www/website/htdocs
phpBB/ var/www/misc/phpbb/htdocs.
Which gave me this error when I tried to specify the phpBB root in the phpBB integration module settings. I am using the latest version of phpBB.
"Fatal error: Cannot redeclare user_delete() (previously declared in /var/www/website/htdocs/modules/user/user.module:1589) in /var/www/misc/phpbb/htdocs/includes/functions_user.php on line 572"
I am running Ubuntu server 8.04.
Comments
Comment #1
smschwindt commentedI have the exact same problem and I haven't been able to figure it out yet!
Comment #2
vb commentedplease read http://drupal.org/node/217369#comment-870844
Comment #3
root_of_roots commentedHey vb.
Those instructions seem to pertain to only if your phpBB installation is within the Drupal root. However what if your phpBB installation is on a totally different level?
Comment #4
Starminder commentedOK, so now that I have killed my site by upgrading, how do fix this?
Comment #5
jaypanWith this:
http://drupal.org/node/281679#comment-918666
Comment #6
Starminder commentedThat worked, thanks!