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.