Darkling
12-21-2003, 12:31 PM
I'm having trouble including vB files in pages outside the vB directory.
When those included pages themselves include other pages I get errors.
e.g.
A page on my site may need search functions so I add:
chdir('forums');
include('./global.php');
require_once('./includes/functions_search.php');
chdir('../');
I then get an error like:
Warning: fetch_search_forumids(./includes/functions_misc.php): failed to open stream: No such file or directory in /hsphere/local/home/neocivit/darkdelight.net/forums/includes/functions_search.php on line 561
Fatal error: fetch_search_forumids(): Failed opening required './includes/functions_misc.php' (include_path='.:/usr/local/lib/php') in /hsphere/local/home/neocivit/darkdelight.net/forums/includes/functions_search.php on line 561
Can you help me fix this?
Thanks.
When those included pages themselves include other pages I get errors.
e.g.
A page on my site may need search functions so I add:
chdir('forums');
include('./global.php');
require_once('./includes/functions_search.php');
chdir('../');
I then get an error like:
Warning: fetch_search_forumids(./includes/functions_misc.php): failed to open stream: No such file or directory in /hsphere/local/home/neocivit/darkdelight.net/forums/includes/functions_search.php on line 561
Fatal error: fetch_search_forumids(): Failed opening required './includes/functions_misc.php' (include_path='.:/usr/local/lib/php') in /hsphere/local/home/neocivit/darkdelight.net/forums/includes/functions_search.php on line 561
Can you help me fix this?
Thanks.