Hi all!
Just to apoligize upfront, I am extremely new with photopost and vbulletin, but I am trying.. Anyhow, I am having a problem integrating photopost with the forums section (i'll deal with putting it in vbportal after this is fixed). The area is there for the featured pictures, however, there are no pictures even tho they show up in the photopost page (
http://www.dfwfiddyriders.com/photopost)
Website:
www.dfwfiddyriders.com
I followed the integration instructions found at -
PhotoPost Enhanced vB3 Index Integration
When I get to the step to add the following to the forum index.php file I an error:
Code Inserted:
include('./photopost/inc_features.php');
include('./photopost/inc_photopost.php');
Error Code:
Warning: main(./photopost/inc_features.php): failed to open stream: No such file or directory in /index.php on line 59
Warning: main(): Failed opening './photopost/inc_features.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /index.php on line 59
Warning: main(./photopost/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 60
Warning: main(): Failed opening './photopost/inc_photopost.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /index.php on line 60
However, when I insert the following in the index.php file, the errors dissapear.
include('../photopost/inc_features.php');
include('../photopost/inc_photopost.php');
Installation of my setup is as follows:
VB Portal
/html/
PhotoPost
/html/photopost
Forums:
/html/forums/
Any ideaS? Sorry if this doesn't make since..