Hi,
I am a newbie when talking about PHP and other related stuff such as Drupal. I already tried for several times to adjust the functions_user.php file accordingly as described in the manual but every time I fail.
This message keeps occuring: Fatal error: Cannot redeclare user_delete() (previously declared in C:\xampp\htdocs\drupal-6.0\modules\user\user.module:1569) in C:\xampp\htdocs\phpBB3\includes\functions_user.php on line 565
I will attach my current patched php-file.
Could someone help me with patching this file the right way?
Thanks in advance,
Torre
| Comment | File | Size | Author |
|---|---|---|---|
| functions_user.php_.txt | 95.44 KB | Torre |
Comments
Comment #1
vb commentedPlease read
http://drupal.org/node/217369#comment-716683
and the whole topic
Replace the original phpBB functions_user.php with the supplied one.
Comment #2
fizk commented