Fatal error: Cannot redeclare user_delete()
Jarode - October 8, 2009 - 15:53
| Project: | phpBBforum Integration module |
| Version: | 6.x-2.0-beta7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
Hi,
I just installed this module, I go to "phpBBforum settings" , I write the phpbb path, I save change and just after a write screen appear with this error message:
Fatal error: Cannot redeclare user_delete() (previously declared in /opt/lampp/htdocs/drupal/modules/user/user.module:1599) in /opt/lampp/htdocs/forum/includes/functions_user.php on line 586
I'm using phpbb 3.0.5.
Thanks

#1
My website is on a local server.
#2
After 18 days, no answer yet...
Does someone can help me please ?
#3
Have you read INSTALL.txt in module's root directory?
Have you completed the steps described there? Especially the patching step.
#4
i did all the instruction in readme ... but still got this error
#5
I had the same error, until I applied the patch.
#6
I copied functions_user.php from ../sites/all/modules/phpbbforum/contrib/phpbbdrupal/root/includes to my forum/includes directory - simple fix.
#7