Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues
Author Message
cyber
New Member
New Member



Joined: Jul 27, 2010
Posts: 14

PostPosted: Tue Jul 27, 2010 2:50 am Reply with quote

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.
 
View user's profile Send private message
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Tue Jul 27, 2010 8:20 am Reply with quote

Which phpbb3 bridge did you use?

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
cyber







PostPosted: Tue Jul 27, 2010 12:10 pm Reply with quote

http://phpnuke-downloads.com/phpBB_3_to_PHP-Nuke_Forum_Conversion_v3.0-16-1346.html

I have not Convert becouse when i convert i cant login at the adminstation phpbb3

The say that you need to update your forum first then convert and than you can login.

I hope you can help me.
 
nuken







PostPosted: Tue Jul 27, 2010 1:01 pm Reply with quote

I have never used that one. I used the one from osc2nuke and it seemed to work well for me. Always make a complete backup of your site before you make changes to it.

http://www.osc2nuke.com/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=2
 
cyber







PostPosted: Tue Jul 27, 2010 1:10 pm Reply with quote

Ok thx for helping me.

I go look at that systeem Very Happy
 
cyber







PostPosted: Wed Jul 28, 2010 5:16 am Reply with quote

I have install all what they say and i got this:

http://www.clan-kta.com/BETA/modules.php?name=forums

So it dont work....
 
nuken







PostPosted: Wed Jul 28, 2010 5:34 am Reply with quote

Did you activate it the modules admin?
 
cyber







PostPosted: Wed Jul 28, 2010 11:01 am Reply with quote

yes i activate it bad still not working i remove all.
New upload and still not working....
 
wHiTeHaT
Life Cycles Becoming CPU Cycles



Joined: Jul 18, 2004
Posts: 579

PostPosted: Thu Jul 29, 2010 10:19 am Reply with quote

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).
 
View user's profile Send private message Send e-mail
cyber







PostPosted: Sat Jul 31, 2010 4:11 pm Reply with quote

Hi i have do what you say

New you see this

http://www.clan-kta.com/BETA/phpBB3/
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Sat Jul 31, 2010 9:06 pm Reply with quote

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. 
View user's profile Send private message
cyber







PostPosted: Sun Aug 01, 2010 7:05 am Reply with quote

Ok thx that works.

I got only new a problem with the phpbb3 to phpnuke.
http://www.osc2nuke.com/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=2

There is a problem in the files so i go look what problem.
Becouse you cant see any think new.

http://www.clan-kta.com/BETA/phpBB3/


Thx for all
 
nuken







PostPosted: Sun Aug 01, 2010 7:12 am Reply with quote

Did you remove the install directory after you installed phpbb3?
 
cyber







PostPosted: Sun Aug 01, 2010 7:33 am Reply with quote

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.
 
nuken







PostPosted: Sun Aug 01, 2010 7:39 am Reply with quote

There was a phpbb3.php file included with the download from osc2nuke.
 
cyber







PostPosted: Sun Aug 01, 2010 7:41 am Reply with quote

Yep i see it

Thx New i need to fix to get a thema whit the nuke menu same as this forum.Very Happy
 
cyber







PostPosted: Sun Aug 01, 2010 8:07 am Reply with quote

It works new.

i test all new reg and he cant login on the forum so i am happy new.

Thx for all Wink
 
wHiTeHaT







PostPosted: Mon Aug 02, 2010 4:57 pm Reply with quote

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
 
cyber







PostPosted: Tue Aug 03, 2010 3:13 pm Reply with quote

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.
 
wHiTeHaT







PostPosted: Tue Aug 03, 2010 3:16 pm Reply with quote

That still doesnt fix the registration on your site.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©