Quote:
Originally Posted by jimheiden
Yup, that did it. Thanks!
|
Actually, I am only able to get to the write page to make a test post now. To get that far, I had to hard code the absolute path in vbbridge.php as instructed. WP is installed in the webroot folder, VB in /forum of the webroot. When I attempt a test post, I get this error:
Code:
Warning: chdir() [function.chdir]: No error (errno 0) in D:\####\wp-content\plugins\vbbridge.php on line 86
Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in D:\hshome\####\wp-content\plugins\vbbridge.php on line 92
Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.\;C:\HSphere.NET\3rdparty\PHP\5.2.5\PEAR') in D:\####\wp-content\plugins\vbbridge.php on line 92
Any idea what is causing this?