PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   vb3 integration problems... (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113444-vb3-integration-problems.html)

77t3 April 11th, 2005 03:32 AM

vb3 integration problems...
 
I combed through the faq and older posts and I am still having problems, so...

When trying to integrate Vb3 and PhotoPost 5.03 visually (header, footer, styles), I keep receiving the following errors:

Code:

Content visible to verified customers only.
I know my paths are correct, have tried tossing in the absolute server path, and a couple other similar alterations of that specific line of code with the hopes that I could get this working.

I am running this on a dedicated server with the gallery and forum in two different directories. I know there was another person who had a similar problem here (chdir didn't work), but I am having a hard time with the idea that there is no work around... I just can't seem to wrap my brain around it.

Any suggestions? Thanks in advance.

-e

Chuck S April 11th, 2005 09:16 AM

I would check your path statements in config-int.php

More than likely your vb path statement is incorrect as we are not finding global.php where your telling us vb is

77t3 April 11th, 2005 04:07 PM

Thanks Omegatron.

Am I correct in assuming the global.php the script is looking for is the global.php in the root diretory of the forum install?

I am fairly certain my path is correct (below). I use the same structure for my gallery (in a subdomain), and have not have problems with it.

-e


In my PHP info (server path):

Code:

Content visible to verified customers only.

In my PHP info:

Code:

Content visible to verified customers only.

Chuck S April 11th, 2005 04:48 PM

Okay well your using subdomains and your server I assume is not allowing file sharing between those domains so you need to remove the openbase_dir setting in the php settings to allow this.

As long as you have your php set to only allow you to run scripts within the specific domains you can not share or call a script from another subdomain.

1. alter your php.ini and make openbase_dir empty

or

2 do not run as subdomains if you want to use the vb3 header


All times are GMT -5. The time now is 04:04 PM.

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