Quote:
Originally Posted by tpearl5
Warning: require_once(/includes/functions_misc.php) [function.require-once]: failed to open stream: No such file or directory in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466
Fatal error: require_once() [function.require]: Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466
|
I got this error too. I edited vbbridge.php and made the changes you mentioned:
All instances of this: chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH'));
were changed to this:
chdir('/home/monksdin/public_html/entertainmentforum');
and $vwd = getcwd(); was changed to
$vwd = getcwd('/home/monksdin/public_html/entertainmentforum');
With that being said, in the Write Post Screen, I get the above errors.
I can make a post, and that post gets to the forum... but then when I view my blog, I get this too:
Warning: Wrong parameter count for getcwd() in /home/monksdin/public_html/entertainmentblog/wp-content/plugins/vbbridge.php on line 43
Unable to add cookies, header already sent.
File: /home/monksdin/public_html/entertainmentblog/wp-content/plugins/vbbridge.php
Line: 43
My forum is
http://www.monksdiner.com/entertainmentforum
and my blog is
http://www.monksdiner.com/entertainmentblog
Any help would be appreciated. Thank you.