Drupal 6.6 & phpbbforum-6.x-1.04 page not found
I had drupal 5.10 and phpbbforum working together as required, but due to an operating system re-install this was gone and I started over from scratch. I installed drupal-6.6, phpBB-3.0.3 and the phpbbforum-6.x-1.04 and went about configuring it as indicated by the INSTALL.txt. I have done it multiple times with the same result when I click on the forum link in a iframe inside drupal it displays page not found. I have searched the drupal site and no matter what is suggested I still have same result. So there is no conflict with another module or what was suggested on other posts causing it not to work I have deleted both drupal and phpBB3 and started over and included a log of my steps below in hopes someone will see what I am doing wrong and know how to fix this. This is on a Debian 4 system and apache 2.2.10. Drupal, phpBB3, phpbbforum, and the web address are installed in the following locations. I apologize in advance for being lond winded but may help with the problem.
Drupal: /home/jkraz/htdocs/
phpBB3: /home/jkraz/htdocs/phpBB3/
phpbbforum module: /home/jkraz/htdocs/sites/all/modules/phpbbforum
web address http://192.168.1.13
The Drupal 6.6 install log:
cd /home/jkraz/htdocs
wget http://ftp.drupal.org/files/projects/drupal-6.6.tar.gz
tar zxvf drupal-6.6.tar.gz
cd drupal-6.6
mv * ../
mv .htaccess ../
cd sites
chmod 777 default
cp default.settings.php settings.php
chmod settings.php
mkdir files
chmod 777 filesAs the root user I create the database and give the jkraz user permission to access it.
mysql -uroot -p
Password: ********
mysql>create database jkraz;
mysql>grant all privileges on drupal.* to 'jkraz'@'localhost' identified by 'password' with grant option;
mysql>quit;Now I open my browser of choice (firefox) and open http://192.168.1.13
Database Username: jkraz
Database password: ********
Database: jkraz
Prefix: drupal_
Username: admin
Password: ********
email: admin@192.168.1.13
Clean URL's: enabledAfter this I logged onto the site and went about changing some settings.
Administer > User Settings
Selected Visitors can create accounts and no administrator approval is required.
Unselected Require email verification when a visitor creates account
Checked enable signature support
Checked enable picture support
Saved Configuration
Administer > Site Configuration > Date and Time
Changed settings to my liking
Saved Configuration
Administer > Site Configuration > File Ststem
checked that path was correct (sites/default/files)
changed Download method to Private
Saved Configuration
Administer > Site Building > Modules
turned on Path Moduke
Saved ConfigurationDrupal is now installed in /home/jkraz/htdocs
The phpBB3 install log
cd /home/jkraz/htdocs/
wget http://downloads.sourceforge.net/phpbb/phpBB-3.0.3.tar.bz2
tar jxvf phpBB-3.0.3.tar.bz2
cd phpBB3
chmod 777 cache files store
chmod 777 config.php
chmos 777 images/avatar/upload
transfered lang_en_us.tar.gz to /home/jkraz/htdocs/phpBB3/language (had from phpBB3.0.2)
transfered subsilver2_en_us.tar.gz to /home/jkraz/htdocs/phpBB3/styles (had from phpBB3.0.2)
transfered prosilver_en_us.tar.gz to /home/jkraz/htdocs/phpBB3/styles (had from phpBB3.0.2)
cd /home/jkraz/htdocs/phpBB3/language
tar zxvf lang_en_us.tar.gz
rm *.gz
cd /home/jkraz/htdocs/phpBB3/styles
tar zxvf prosilver_en_us.tar.gz
tar zxvf subsilver2_en_us.tar.gz
rm *.gzOpened a second tab in firefox and went to the install of phpBB3 in it.
Http://192.168.1.13/phpBB3/phpBB3/install/index.php
selected install
Database Username: jkraz
Database Password: ********
Database: jkraz (yes the same database as drupal)
Prefix: phpbb_
Admin Username: admin
Admin Password: ********
Admin email: admin@192.168.1.13
logged in when I was done. Used admin for username in both drupal and phpBB3 with same password and email for both.phpBB3 is now installed in /home/jkraz/htdocs/phpBB3
Went into the drupal module directory and downloaded the phpbbforum module
cd /home/jkraz/htdocs/sites/all
mkdir modules
mkdir themes
cd modules
wget http://ftp.drupal.org/files/projects/phpbbforum-6.x-1.04.tar.gz
tar zxvf phpbbforum-6.x-1.04.tar.gz
cd /home/jkraz/htdocs/phpBB3/includes
mv functions_user.php functions_userORIG.php
cd /home/jkraz/htdocs/phpBB3/styles/prosilver/theme
mv common.css commonORIG.css
cd /home/jkraz/htdocs/sites/all/modules/phpbbforum/contrib/phpbbdrupal/root/includes/
cp functions_user.css /home/jkraz/htdocs/phpBB3/includes/
cd /home/jkraz/htdocs/sites/all/modules/phpbbforum/contrib/phpbbdrupal/root/styles/subsilver2/theme/images/
cp *.gif /home/jkraz/htdocs/phpBB3/styles/subsilver2/theme/images
cd /home/jkraz/htdocs/sites/all/modules/phpbbforum/contrib/phpbbdrupal/root/styles/prosilver/theme/
cp common.css /home/jkraz/htdocs/phpBB3/styles/prosilver/theme/Now opened firefox again and went to the drupal site.
http://192.168.1.13
Administer > Site Building > Modules
enabled the phpBBforum modules
Saved Configuration
In second tab opened phpBB3
Administer > Site Configuration > phpBBforum Settings
checked the paths were correct
Save Configuration
Made sure that phpbbforum successfully connected to the database and authenticated as admin
checked that the phpBB3 profile fields map with corresponding drupal fields.
Saved Configuration
Administer > Site Building > Blocks
enabled phpbbforum hidden authentication block on left sidebar
in the configuration checked show on every page except the following
user/reset/*
user/password
Saved Configuration
Administer > Site Configuration > phpbbforum Settings
checked under phpBB display way:
in frame inside drupal page
Saved Configuration
Administer > Site Configuration > Performance
Clear cached data
Saved Configuration
Administer > Site Building > Menus > Navigation
Menu Item with blank title and disabled changed to enabled
Saved Configuration
Administer > Site Building > Menus > Primary Links > Add Item
under path phpbbforum
Menu Link Title Forum
Saved Configuration
Administer > Site Building > URL Aliases
added the following aliases
phpbbforum > forums
phpbbforum/viewtopic.php > forums/viewtopic.php
phpbbforum/viewforum.php > forums/viewforum.php
phpbbforum/viewonline.php > forums/viewonline.php
phpbbforum/memberlist.php > forums/memberlist.php
phpbbforum/posting.php > forums/posting.php
phpbbforum/search.php > forums/search.php
phpbbforum/ucp.php > forums/ucp/php
phpbbforum/mcp.php > forums/mcp.php
phpbbforum/faq.php > forums/faq.php
phpbbforum/report.php > forums/report.php
phpbbforum/adm/index.php > forums/adm/index.php
Saved ConfigurationAll the Drupal settings are done went to the phpBB3 tab and configured phpBB3
User Registration
Account Activation None
Username length 1 30
Password Length 5 30
Security Settings
Check IP against DNS Blackhole list NO
Check email domain for valid MX record NO
Cookie Settings
Cookie Domain:
Cookie Path:
Server Settings
Server URL Settings
Domain Name 192.168.1.13
Script Path phpBB3/I goto the Drupal tab in firefox and went to http://192.168.1.13 and clicked on the Forum link in the Primary Links and it displayed a page not found error in a frame. I believe I have followed the INSTALL.txt file exactly but it still not working. Any ideas what is wrong here.

I think I found the problem,
I think I found the problem, it is having trouble loading php files if they are in a sub directory of the webserver root. It works if I delete all the URL aliases and load http://192.168.1.13/phpbbforum/index.php but it doesn't work if I load http://192.168.1.13/phpbbforum/ I am just not sure if this is a Drupal problem or an Apache/php problem.