Author |
Message |
cyber
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 27, 2010
Posts: 14
|
Posted:
Tue Jul 27, 2010 2:50 am |
|
Hi all i install phpbb3 when i what to update it i get errors.
And when i go to the adminstation phpbb3 i get errors to
Update Errors:
Quote: | Unable to locate the RavenNuke™ configuration file - rnconfig.php
It could be missing or not readable. Please verify that the file exists and is readable in the root folder.
This may also be caused by a third party module/script which attempts to include config.php directly rather than including mainfile.php and letting it load config.php, or otherwise does not follow RavenNuke(tm) standards on how the constant INCLUDE_PATH is defined (this is done in mainfile.php, and is dependent upon other constants). Unable to locate the RavenNuke™ configuration file - rnconfig.php
It could be missing or not readable. Please verify that the file exists and is readable in the root folder.
This may also be caused by a third party module/script which attempts to include config.php directly rather than including mainfile.php and letting it load config.php, or otherwise does not follow RavenNuke(tm) standards on how the constant INCLUDE_PATH is defined (this is done in mainfile.php, and is dependent upon other constants). |
Administation phpbb3 Errors:
Quote: | Unable to locate the RavenNuke™ configuration file - rnconfig.php
It could be missing or not readable. Please verify that the file exists and is readable in the root folder.
This may also be caused by a third party module/script which attempts to include config.php directly rather than including mainfile.php and letting it load config.php, or otherwise does not follow RavenNuke(tm) standards on how the constant INCLUDE_PATH is defined (this is done in mainfile.php, and is dependent upon other constants). [phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /home/vhosting/o/vhost0007224/domains/clan-kta.com/htdocs/www/BETA/config.php:107)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 158: Cannot modify header information - headers already sent by (output started at /home/vhosting/o/vhost0007224/domains/clan-kta.com/htdocs/www/BETA/config.php:107)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 159: Cannot modify header information - headers already sent by (output started at /home/vhosting/o/vhost0007224/domains/clan-kta.com/htdocs/www/BETA/config.php:107)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 160: Cannot modify header information - headers already sent by (output started at /home/vhosting/o/vhost0007224/domains/clan-kta.com/htdocs/www/BETA/config.php:107)
|
I Cant Find the problem so help me pls.
I have do permissions at 777 bad notings help.
Gr Cyber. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/3234de284ee21bd39eecd.jpg)
Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Tue Jul 27, 2010 8:20 am |
|
Which phpbb3 bridge did you use? |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jul 27, 2010 12:10 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jul 27, 2010 1:01 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jul 27, 2010 1:10 pm |
|
Ok thx for helping me.
I go look at that systeem ![Very Happy](modules/Forums/images/smiles/icon_biggrin.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 28, 2010 5:16 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 28, 2010 5:34 am |
|
Did you activate it the modules admin? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 28, 2010 11:01 am |
|
yes i activate it bad still not working i remove all.
New upload and still not working.... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 18, 2004
Posts: 579
|
Posted:
Thu Jul 29, 2010 10:19 am |
|
you cant use the phpbb3 BRIDGE as a module
your link should be
http://www.clan-kta.com/BETA/phpBB3
and must upload it to your html root (where your php-nuke's index.php,mainfile.php etc etc is). |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jul 31, 2010 4:11 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Sat Jul 31, 2010 9:06 pm |
|
Open config.php and find the following
Code:
if (defined('INCLUDE_PATH') && file_exists(INCLUDE_PATH . 'rnconfig.php')) require_once INCLUDE_PATH . 'rnconfig.php';
|
before it add:
Code:
!defined(INCLUDE_PATH) ? define(INCLUDE_PATH, dirname(__FILE__) . '/') : '';
|
You should end up with:
Code:
!defined(INCLUDE_PATH) ? define(INCLUDE_PATH, dirname(__FILE__) . '/') : '';
if (defined('INCLUDE_PATH') && file_exists(INCLUDE_PATH . 'rnconfig.php')) require_once INCLUDE_PATH . 'rnconfig.php';
|
|
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 01, 2010 7:05 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 01, 2010 7:12 am |
|
Did you remove the install directory after you installed phpbb3? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 01, 2010 7:33 am |
|
Yep i removed all.
I add the Manual installation
phpBB 3.X bridge for phpnuke CMS
And new i see this
[phpBB Debug] PHP Notice: in file /index.php on line 26: require(./phpbb3.php) [function.require]: failed to open stream: No such file or directory
http://www.clan-kta.com/BETA/phpBB3/
Its true i dont got phpbb3.php file and new?
I do all what you say what to do. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 01, 2010 7:39 am |
|
There was a phpbb3.php file included with the download from osc2nuke. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 01, 2010 7:41 am |
|
Yep i see it
Thx New i need to fix to get a thema whit the nuke menu same as this forum.![Very Happy](modules/Forums/images/smiles/icon_biggrin.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 01, 2010 8:07 am |
|
It works new.
i test all new reg and he cant login on the forum so i am happy new.
Thx for all ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 02, 2010 4:57 pm |
|
i treid to register on your website , when i click the acount activation link and try to save my changes ,i see a blank page.
I assume you screwed the your_account module upload somehow.
in your phpbb3 template i also miss the "site index"link in the header and footer |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
cyber
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 03, 2010 3:13 pm |
|
i know i have add the code at the header and footer bad it dont work so i need to look at it and to fix it. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 03, 2010 3:16 pm |
|
That still doesnt fix the registration on your site. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|