View Single Post
Old October 16th, 2005, 12:18 PM   #1 (permalink)
cheechfxsti
Member
Verified Customer
 
Join Date: Nov 2004
Location: Mass.
Posts: 41
random images on forumhome

I'm trying to add the random images on my forumhome. As soon as I completed the following:

3) In your vB index.php file, you will need to add two lines under under these four:

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once('./includes/functions_bigthree.php');
require_once('./includes/functions_forumlist.php');
include('./photopost/inc_features.php');
include('./photopost/inc_photopost.php');

I now get

Warning: main(./photopost/inc_features.php): failed to open stream: No such file or directory in /index.php on line 58

Warning: main(): Failed opening './photopost/inc_features.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php on line 58

Warning: main(./photopost/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 59

Warning: main(): Failed opening './photopost/inc_photopost.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php on line 59

Can someone please tell me what I might have done wrong please? Thanx.
cheechfxsti is offline   Reply With Quote