Quote:
Originally Posted by Xtrato
i continue to battle here , yet all have failed , if anyone has a good suggestion it would be greatly appreciated.
|
The directory for ./includes/class_dm.php is set by
PHP Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH'));
If those variables don't match your vBulletin path, then class_dm.php won't be found.
What is the absolute path to vBulletin on your system?
Our wordpress is at: /home/wordpress/public_html
And vBulletin is at: /home/vbulletin/public_html
So we don't have $vwd set, since the variable is not used everywhere it should in vbridge.php. Instead, on the Vbridge settings page, we have our Forum Relative Path set to: ../../vbulletin/public_html/ so wordpress can find the vbulletin files which are located in a different document root.