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???