PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Pp5 / Vb3.08 / Vbp 3 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/112666-pp5-vb3-08-vbp-3-a.html)

slcr1 March 8th, 2005 08:32 PM

Pp5 / Vb3.08 / Vbp 3
 
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 - http://www.photopost.com/members/for...d.php?t=110527

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.. :(

whitetigergrowl March 8th, 2005 11:41 PM

Have you double checked the config_inc and config_int files and the paths in them?

slcr1 March 9th, 2005 05:53 AM

A few times, however, I'll re check them tonight when i get off work

slcr1 March 9th, 2005 05:58 PM

Checked the paths and same thing.. Hmm.. I have no idea..

b6gm6n March 9th, 2005 07:58 PM

Hi..

Can you upload pictures or login?

-T

slcr1 March 9th, 2005 09:16 PM

Yeah, http://www.dfwfiddyriders.com/photopost works well.. Just not working on the integration part..

b6gm6n March 10th, 2005 04:06 AM

right ok, well its looking fairly well integrated from my viewpoint, the header links seem to goto your vbulletin install ok, let me suggest that you upgrade to the new version of PP (v5.1) which has a new header-inc.php file which may solve all your problems in one go...give it a try and lemme know how you get on.

-T


All times are GMT -5. The time now is 03:47 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97