I've followed all the items listed in the
VB3 integration links.
Quote:
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 just remarked the include lines out so that people can start to visit the fourm)
I get these errors... Once I get past these rocks, I think I'm golden until template making time... which I'm outsourcing to a webdev guy.
i have tried with ./portal and ./photopost and I still get those errors. I realized the ./ and ../ difference which I found in another thread, but for the life of me cannot see what I'm missing here.
Warning: main(./portal/photopost/inc_features.php): failed to open stream: No such file or directory in /index.php on line 59
Warning: main(): Failed opening './portal/photopost/inc_features.php' for inclusion (include_path='.:/usr/local/lib/php') in /index.php on line 59
Warning: main(./portal/photopost/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 60
Warning: main(): Failed opening './portal/photopost/inc_photopost.php' for inclusion (include_path='.:/usr/local/lib/php') in /index.php on line 60
my links:
http://rocesfamily.com/portal/ http://rocesfamily.com/portal/forums http://rocesfamily.com/portal/photopost
edit: i currently remarked out those lines for the moment...