View Single Post
Old January 6th, 2005, 09:30 AM   #1 (permalink)
medazinol
Registered User
 
Join Date: Jan 2005
Posts: 1
Yet another vb3 integration issue...

I'm trying very hard to get this ting integrated and its not working.

I have my vb site and classifeds hanging off each other for developement purposes like this:

forum is under vbulletin/
classifieds in under vbulletin/classifieds

My header-inc.php paths look like this:

$vbpath = "/Library/WebServer/Documents/vbulletin";
$pppath ="/Library/WebServer/Documents/vbulletin/classifieds";

When I uncomment the PHP code up to $HTTP_POST_VARS = $_POST; of the vb3 section I get a blank screen.

Do I need to change the vbpath to a relative location like "../vbulletin";?
PS. I have turned on the integration setting under the admin panel.
PPS. Did you know you have a typo in the default header-inc.php file in $pppath? It reads $pppath= " /home Notice the space???
medazinol is offline   Reply With Quote