Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff
Author Message
blith
Client



Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Aug 19, 2004 9:58 am Reply with quote

How do I change this line so that it points to the root where bbcode.php is? Thank you.
Code:
include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx);

bbcode is not in the Forums folder but in the top level root. Did I explain that correctly?
 
View user's profile Send private message Visit poster's website
stephen2417
Worker
Worker



Joined: Jan 18, 2004
Posts: 244
Location: Bristolville, OH

PostPosted: Thu Aug 19, 2004 10:53 am Reply with quote

Simple way of doing it would just be putting..
Code:
include_once("/includes/bbcode.php");

Wink
 
View user's profile Send private message Visit poster's website
blith







PostPosted: Thu Aug 19, 2004 12:07 pm Reply with quote

Well that didn't work unfortunately... my bbcode.php is not in the $phpbb_root_path it is in the includes folder. i think that is my problem. i am getting the following errors...
Code:
Warning: main(../includes/bbcode.php): failed to open stream: No such file or directory in /home/******/public_html/modules/Forums/admin/admin_****_****.php on line 253


Warning: main(): Failed opening '../includes/bbcode.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/******/public_html/modules/Forums/admin/admin_****_****.php on line 253

Any help is appreciated.
 
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Thu Aug 19, 2004 2:41 pm Reply with quote

Try
include_once("../../../includes/bbcode.php");
or
include_once("../../../includes/bbcode.' . $phpEx");

Use the ../ once for each directory level you need to go up from where you are.

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
blith







PostPosted: Thu Aug 19, 2004 2:43 pm Reply with quote

Great, I will give it a try!

*edit* The first one worked! Thank you. */edit*
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff

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 ©