I'm trying to set this up with Wordpress 2.9.2 and vBulletin 3.8.4 and am running into an issue.
I can set it all up but when I try to make a new post in Wordpress I get the following error...
Quote:
Warning: require_once(wpvbbridge/includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/immature/public_html/blog/wp-content/plugins/vbbridge.php on line 114
|
Here is line 114 from vbbridge.php
Quote:
require_once('wpvbbridge/includes/class_dm.php');
|
I'm stuck at this point so if anyone might be able to help I'd really appreciate it.