Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: Php embedding..  (Read 1678 times)
« on: March 14, 2005, 02:58:03 AM »
Dunai Offline
Newbie

View Profile
*
Posts: 2



When i put my php news script into my normal index.php in the same directory as the news script eg. <?php include news.php";?> the news shows on the index page. But when i link to the news script from another sub directory eg. <?php include "news/news.php";?> it comes up with

Warning: main(): open_basedir restriction in effect. File(/spgm/news/latest.php) is not within the allowed path(s): (/home/freehost) in /home/freehost/t35.com/b/m/bmx-planet/index.php on line 50

Warning: main(/spgm/news/latest.php): failed to open stream: Operation not permitted in /home/freehost/t35.com/b/m/bmx-planet/index.php on line 50

Warning: main(): Failed opening '/spgm/news/latest.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/freehost/t35.com/b/m/bmx-planet/index.php on line 50

why is there a difference between the other directory and the same directory as the file thats being included.  I hope this makes sense because its confusing me. Please help me
Thanks heaps..
-Ian
Report to moderator   Logged

 
« Reply #1 on: March 14, 2005, 08:34:19 AM »
Working for Rielst...
Ryanbi Offline
Junior Member
Newbie

View Profile WWW
*
Posts: 34



Are you sure you have news/news.php ? I think you should use
<?php include "spgm/news/latest.php";?>
Report to moderator   Logged
« Reply #2 on: March 15, 2005, 02:56:48 AM »
Dunai Offline
Newbie

View Profile
*
Posts: 2



I have tried /spgm/news/latest.php ......... news/news was only an example, it still does that same.
Report to moderator   Logged
« Reply #3 on: March 15, 2005, 06:44:40 PM »
adragons
Guest

try not including the preceeding forward slash '/' the error is base_dir so it thinks you are trying to include something not within your dir. (/home/freehost/t35.com/b/m/bmx-planet)
Report to moderator   Logged
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC