Hello All
My installation of PHPBB3.0 and Drupal5.5 is working fine. How-ever I am getting a "No Such File or Directory Error" when I click on "Users and Groups" tab in Admin Control Panel in PHPBB. The error is :
"[phpBB Debug] PHP Notice: in file /includes/acp/acp_users.php on line 12: require_once(includes/functions_drupal.php) [function.require-once]: failed to open stream: No such file or directory".
I have followed http://drupal.i1media.no/ for integrating and as instructed in 4th step i.e http://drupal.i1media.no/drupal+phpbb/modify_phpbb, I have manually applied patch to acp_users.php and ucp_profiles.php.
"functions_drupal.php" is existing in "drupal/modules/phpbb/" and "drupal/forum/includes/" directories.
Please let me know if you have any solution for this?
Comments
My bad
My bad, the instructions had a bug that I have fixed now.
They used to say
require_once('includes/functions_drupal.php');
when they should have been saying
require_once('../includes/functions_drupal.php');
The pre-modified files are okay. Thanks for reporting.