» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 72
0 members and 72 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on Help !!! Cannot install PHPBB 2.0.6 port to PHPNuke 6.0 within the Purged Topics forums, part of the NM Staff category; Install PHPNUke 6.0 and it works fine. Then I download the PHPBB2.0.6 port . I deleted everything in ...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-17-2003, 10:00 PM
Junior Member
 
Join Date: Jan 2003
Posts: 7
Help !!! Cannot install PHPBB 2.0.6 port to PHPNuke 6.0
Install PHPNUke 6.0 and it works fine.
Then I download the PHPBB2.0.6 port .
I deleted everything in html/module/forum

I unzip Phpbb2.0.6 the copy to Nuke/html to overwrite my old html.

Then I loaded the admin. I can succefully login.
But when I click on the Forum. Nothing show up except these line.


Warning: Failed opening './../config.php' for inclusion (include_path='.;c:\php4\pear') in C:\FoxServ\www\nuke\html\modules\Forums\common.php on line 129

Warning: Cannot add header information - headers already sent by (output started at C:\FoxServ\www\nuke\html\modules\Forums\common.php :129) in C:\FoxServ\www\nuke\html\modules\Forums\common.php on line 133

Please help me

Thank you.
Anh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2003, 10:24 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
CHMOD your modules/Forums directory 777

then re-uplod the install.php file from the pack
html/modules/Forums/install.php
if it is no longer in your Forums folder on your FTP. Delete the config.php file in your modules/Forums if there is one there and re-do the install. Click on Forums, it should ask you to build the database again.

Basically it sounds like the config.php file did not get created or created correctly for the Forums when you first accessed the Forums to set them up.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2003, 10:49 PM
Junior Member
 
Join Date: Jan 2003
Posts: 15
I'm having trouble with the same install, although different problem.
followed the same instructions, however my error says 'file does not exist'.
Any direction?.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2003, 01:25 AM
Moderator
 
Join Date: Nov 2002
Posts: 737
You can't access the forum through the icon in your admin CP, that is for the old forum that was there, you have to go through the link in modules.

To go to the forum admin, you have to log into Nuke as a regular user NOT admin. So just go to your index page and login, not to the admin page. Then click on forum, you should be able to get into the forum admin.

Super user is ONLY for Nuke, when you created a Super user you would have been asked if you wanted to create a regular user with the same info. You should have said yes to that. IF you did, then your uname and password are the same, you just have to log in as a regular user instead of admin to administer the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2003, 04:34 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Re: Another problem, cannot login PHPBB by using Nuke admin
Originally Posted by anht1706
I figure it out, it is because I haven't installed the forum by click on the forum on the left panel instead of the forum icon on the admin.

However, there is another problem.

After the forum up and running. It said there is no forum in this board. That' fine because I haven't created any forum.
Then I login by the admin user of PHPNUke. Then click on forum
It said "You are not authorised to administer this board"
How can I logint the forum to config with the same admin password and user name from PHPNUKE

Thank you.
Your Nuke Admin loggin is not Authorized to ADmin the Forums. You MUST use the uname you specified as the Forum administrator when you installed the Forums.
Loggin as your regular user that has Forum admin privelages.
To make sure the user has Forum admin access, go to your MySQL database and look under the nuke_users table for your user. Your user_level HAS to be 2 in order to Administer the Forums.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-16-2003, 11:38 AM
Junior Member
 
Join Date: Mar 2003
Posts: 2
I have the same problem
Hi, I have the same problem.

I uploaded all the files. chmod modules/Forums/ to 777. made sure that config.php is not there. However, when I click on the forums link from my portal. It doesn't show me the installation page. Instead it showed me this..

Warning: main(modules/Forums/config.php) [function.main]: failed to create stream: No such file or directory in /export/web20/omega/watzu001/www/modules/Forums/common.php on line 129

Warning: main() [function.main]: Failed opening 'modules/Forums/config.php' for inclusion (include_path='.') in /export/web20/omega/watzu001/www/modules/Forums/common.php on line 129

Warning: Cannot modify header information - headers already sent in /export/web20/omega/watzu001/www/modules/Forums/common.php on line 133
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-16-2003, 11:52 AM
Junior Member
 
Join Date: Mar 2003
Posts: 2
I solved it..FINALLY....phew....
Hi, I finally figured out why...Gosh...

This is how it can be solved.
1. Back up your modules/Forum/index.php i.e. index.php.bak
2. Copy modules/Forum/install.php to index.php
3. Click on the left panel to invoke the Forum link. This would trigger the installation. You should finally see the install page.
Note : existing index.php is not smart enough to detect whether it is a fresh installation.
4. Copy index.php.bak to index.php
5. Click on the left panel to invoke the Forum Link.
Wala...you got your forum working.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[REQ] phpBB Theme Port XiNiTHAOUS Nuke 7.x - Themes 0 10-11-2006 12:28 PM
Request for Sky phpbb theme port to phpNuke mystic05 Theme pack requests 0 01-09-2005 12:28 AM
Does anyone have this theme with phpbb port? Suzie Theme pack requests 2 02-17-2003 10:34 PM
phpBB port Iceman Purged Topics 1 01-07-2003 02:46 PM
looking for the charcoal theme (phpBB only, not the port) ReNeGaDe Theme packs 2 11-24-2002 09:14 PM


All times are GMT -5. The time now is 08:00 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31