![]() |
I installed the latest version of Wordpress (2.31) and vBulletin (3.6.8). And I made the changes that "2 X Viverridae" suggested and the errors are gone. However I can't see any forums when hitting write therefore I can't post. Anyone have any ideas?
NM, figured it out! |
Quote:
|
Warning: require_once(/includes/class_bbcode.php) [function.require-once]: failed to open stream: No such file or directory in /home/bnthold/public_html/blog/wp-content/plugins/vbbridge.php on line 350
Fatal error: require_once() [function.require]: Failed opening required '/includes/class_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bnthold/public_html/blog/wp-content/plugins/vbbridge.php on line 350 got this error resently O_o dono what how that happen |
Problem I'm having - maybe someone who uses this plugin can help...
I want stories to be moderated, so that I can edit any typos etc that they've missed. If a user is set to contributor, they submit their story for review. However when I approve it, it shows up under my name. If same user is set to author, they can submit their story but it automatically posts it on the forum & site, so I'm unable to make typo changes. Any help? :) Thanks |
Blue_Fusion: Try changing that line 350 to:
require_once('/home/bnthold/public_html/blog/includes/class_bbcode.php'); You may have to throw /forum in there after /blog or whatever your forum folder is. If anyones still having that line 446 error lemme know and I'll provide a guide to fix it - however I did it with WP 2.3 as opposed to 2.3.1 so it may not be 100% |
Wings, I'm still having problems getting beyond the errors on line 466, so fire away and reply here or send me a personal message.
|
marcus for the line 466 errors try this: https://vborg.vbsupport.ru/showpost....&postcount=633
|
This mod looks really useful and exactly what I have been looking for, but I have one problem :( My Wordpress database and vBulletin database are separate. Is there any one that can assist me in modifying this mod to read from both databases. Failing that, how is the best way to join the two databases into one??
Thanx in advance -PB |
Hmmm, I think I'm going to stick at the 2.2 level until this hack is fully working with 2.3.1
Or play around with it on my test board and see if I can hack it together to work properly. |
Alright for the 466 errors you gotta hardcode the directory data. For this example, I'll say our forums are on:
/home/joesmith/forums Line 41 change: Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/home/joesmith/forums'); Code:
$vwd = getcwd(); Code:
$vwd="/home/joesmith/forums"; Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/home/joesmith/forums'); Code:
require_once($vwd . '/includes/class_bbcode.php'); Code:
require_once('/home/joesmith/forums/includes/class_bbcode.php'); Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/home/joesmith/forums'); Code:
require_once($vwd . '/includes/functions_misc.php'); Code:
require_once('/home/joesmith/forums/includes/functions_misc.php'); |
All times are GMT. The time now is 04:34 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|