View Single Post
06-02-2011, 10:13 PM   #1
rborge
Junior Member
 
Join Date: Jun 2011
Posts: 3
Rep Power: 0
rborge is getting browny points
"Vbulletin has not been found"

I am working on a WP/VB site locally (MAC) using MAMP. I have installed the plugin and activated it. However, I can't get the settings section to "find" VB.

URL of the local WP site: http://localhost/allthingsep/
URL of the local VB site: http://localhost/allthingsep/forums/
WP root directory: MAMP/htdocs/AllThingsEP
Forum root: MAMP/htdocs/AllThingsEP/forums

I set the relative path to: /forums as well as every other combo I could think of without success.

I then changed the vbloader.php from: @chdir($_SERVER['DOCUMENT_ROOT'] . $path); to @chdir('localhost/allthingsep/forums/'] . $path); which basically just broke everything.

Any help would be appreciated.

Thx
Rick
rborge is offline   Reply With Quote