![]() |
I'm getting a vBulletinHook error, and I've tried uncommenting the line in the plugin, no dice. This is for cross-posting from WP2.7 to Vbulletin 3.8
Edit: had to reactivate the plugin in Wordpress first. D'oh! |
This is strange. I could make posts just fine & they showed up on the forum, but after I checked auto-integrate, I tried to make a new post & this came up:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/xxx/public_html/xxx/wp-content/plugins/vbbridge.php on line 454 cannot load /home/xxx/public_html/xxx/xxxx/global.php. You should check your path! The bold x's is the forum path I had set up. How do I fix this properly? The path must be right somehow if I was able to post before turning on auto-integrate. |
Quote:
|
I tried to make the global paths absolute, but no luck.
|
I got this to work with the path problem
REPLACE all instances of chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); WITH chdir('/yourpath/path'); $vwd='/yourpath/path''; This did it for me! |
I'm sure this is a dumb question, but I'm never the best when it comes to this stuff. I'm trying to integrate comments between VB and WP as well. I read in the Read Me about editing the templates. My dumb question is, where are these templates? I have found a number of files with the names specified, but none of them have the lines of code mentioned in the Read Me. Thanks guys.
|
I'm using this plugins. And now it works great! But i still have one problem. My posts on wordpress have tags like <strong> <img href. How to make vbulletin convert those tags into vbulletin format? Right now, vbulletin showing those tags as they are.
Thank you... |
Yeah, I did those paths right after I installed it. I'm still having the global issue.
|
Quote:
|
Quote:
for me i did this at all: Code:
if ($logging_out and get_option('vbb_VBION')) { |
All times are GMT. The time now is 09:09 PM. |
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:
|