![]() |
Quote:
thanks a lot:D |
which are exactly the index.php single.php page.php i have to edit so that i can use vb for comments?
very nice mod, thanx a lot |
They are your wordpress template files, depending on your template.
|
is there a reason why posts dont get recorded when i post through wordpress? like the post is there but itll still say i have 0 posts...
|
Thanks for the help. I had the URL screwed up. Fixed now. This plugin is working great.
Is there a way to show recent forum "posts" on the "blog" ? How would I call that up in Wordpress?? Thanks. |
I can't for the life of me getting this mod to work. I have installed everything correctly (I'm by no means a vB n00b, been dealing with vB since vB2.0), I've configured all the options and I changed all $vwd's and relative paths to absolute ones where necessary (my server has safe_mode and open_basedir to ON).
When I go to post_new in WP as instructed for the first test I get either errors or I see no forumlist. I see the error messages when I leave this line untouched: Code:
require_once($vwd . '/includes/functions_misc.php'); Code:
Warning: vb_post_form(): open_basedir restriction in effect. File(/includes/functions_misc.php) is not within the allowed path(s): (/var/www/vhosts/mydomainname/httpdocs:/tmp) in /var/www/vhosts/mydomainname/httpdocs/wp-content/plugins/vbbridge.php on line 466 If I change the require_once function to use the full absolute file path, then the inclusion errors dissappear, but I see no forums in the forumlist. In this case the page source gives me this error: Code:
Fatal error: Call to undefined function: fetch_foruminfo() in /var/www/vhosts/iphoneclub.nl/httpdocs/wp-content/plugins/vbbridge.php on line 478 Setup:
Thanks! |
yea i cant get it to work either... i checked my vb this morning and the mod bearly started working after 24 hours... for some reason it took a long time to update post counts... but i still cant get it to work properly... first the posts arent counted as i said before but i dont get how to set the settings up... because your readme isnt very clear since it just says to put the ID for an unregistered user (am i supposed to make a user called guest or sumtin and supply that ID?) i just dont get it... a better readme would help a lot of people out... thanks. sorry if i didnt put it in words that make sense but its hard to explain lol
|
Quote:
|
Quote:
Quote:
|
Quote:
I'm available thru MSN/Skype (chat) or whatever IM suits you if you'd like to research in detail. |
I would suggest that anywhere you see a require or include, use the full absolute path to the file. See if that fixes the errors.
|
Quote:
|
And what error do you get?
|
Hopefully without sounding too rude, as I appreciate the help, but have you read my rather extensive post? I try to give the coder as much info as possible.
Quote:
|
Hi guys, i've installed this script and set all parameters.
Please, help me!! When i go to write a test post, i've these errors: Warning: vb_post_form() [function.vb-post-form]: open_basedir restriction in effect. File(/includes/functions_misc.php) is not within the allowed path(s): (/var/www/virtual/mysite.com/:/usr/share/php/:/tmp/) in /var/www/virtual/mysite.com/htdocs/blog/wp-content/plugins/vbbridge.php on line 466 Warning: vb_post_form(/includes/functions_misc.php) [function.vb-post-form]: failed to open stream: Operation not permitted in /var/www/virtual/mysite.com/htdocs/blog/wp-content/plugins/vbbridge.php on line 466 Fatal error: vb_post_form() [function.require]: Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/share/pear') in /var/www/virtual/mysite.com/htdocs/blog/wp-content/plugins/vbbridge.php on line 466 Obviously i've changed my site's addres with: mysite.com |
Same problem as me :-(
|
Ok, I see what you guys are saying now.
This seems to be a configuration issue with your PHP installation. See this search for other scripts having the same issue. The PHP manual goes into further detail: http://us3.php.net/features.safe-mode Scroll down to where it explains open_basedir. I am thinking that you may need to try using a relative path and that might bypass the issue. Without revealing too much server information, could you post the path that your forum is in, and the path that your vbulletin is in? |
WordPress: /var/www/vhosts/mysite.com/httpdocs/
vB: /var/www/vhosts/mysite.com/httpdocs/forum/ WordPress URL: http://www.mysite.com vB URL: http://www.mysite.com/forum/ |
I would try making the path to the forum: ./forum and see if that changes anything..
|
I have the same problem.
I tried without success ./forums |
I had my host change me to a different server without safe_mode and/or open_basedir problems, but I still have the same problems at line 446 as posted earlier. There definitely seems to be something wrong with this line. I have changed all chdir again to the absolute path, changed the require_once @ line 446 to use the absolute path but WP still halts the page just before the tickbox is displayed and shows no vB forumlist at all. The page source error is (again):
Code:
Fatal error</b>: Call to undefined function: fetch_foruminfo() in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/vbbridge.php on line 478 Could you please have another look at the script? Thanks! |
The script is fine as it is working on over 400 installs. There is something we are missing here. There must be another error message somewhere. fetch_foruminfo is in functions.php and is already loaded during init, so my guess is, it cannot find ANY of the vb files.
|
I have the same problem
VB 3.6.8 WP 2.2.3 same domain install: forum - mydomain.com/forum wp - mydomain.com/magazine I did exactly what djr did, and I have the same results = 0 I did small test and it is posting to the forum, but still showing errors and forum options are not available. |
Quote:
This mod is really great and i need it :up: |
Well, until someone can let me view their site and probably login via FTP, I am not sure how to resolve your situation as it is not happening on any of my production or test sites.
|
What timezone are you in Jafo? I'd like to sit together, but I'd preferably do this when it's not really busy on the website. Unfortunately I only have access to a production site, so let's hope you don't break anything :) Please PM me for further discussion.
|
Just shot you a PM.
|
I've asked for support to my Hosting
I would say to you, If i solve the problem. Bye. |
I've solved my problem (explained here)
The pbr was when invoking the code PHP Code:
and it worked perfectly ! |
Has anyone gotten vbbridge to work with Wordpress 2.3? (which is now at RC1 and will be released this Monday, Sept 24th).
I have it working fine on WP2.2.2 (no complaints/great plugin!), but when I try to install it on a fresh WP2.3 install, I have problems. I'm seeing two things: 1) on the WP Write screen, the vbridge forum selector doesn't display and everything below it is missing. and 2) when I turn on auto-integrate, the whole blog displays as a blank page. Just wondered if it has been tested on 2.3 and/or if anyone has gotten it to work successfully. Thanks! --Shack |
It has not been tested on 2.3 as of yet. When it is released, I will tackle it then.
|
Quote:
I started digging a little bit and one of the problems is that the wp-admin scripts have been re-organized in WP2.3. In particular, wp-admin/admin-db.php no longer exists. I commented out the require-once for it in vbbridge.php to see if I could determine which functions were being used. And that seemed to fix the plugin. I'm going to run with it until I can see a problem, but I just thought I'd ask. To your knowledge, is admin-db.php being used in vbbridge.php and if so, for what. I just want to track it down if I can. Anyway, for now, vbbridge appears to be working in WP2.3 with the one change I mentioned above. --Shack |
When I go to 'write', i get this error:
Quote:
Thanks |
Well I'm in with everyone I get the same 466 error. At least it will prevent me from going mad, that we're all on the same boat. All my plug-ins are the latest and up-to-date. Wordpress 2.2.3
Good luck Jafo fixing it, waiting anxiously. |
Quote:
|
The following appears at the bottom of my vbridge settings in my wordpress options tab.
\n"; } ### Present User Setup Form. function Vbridge_User_Setup() { global $wp_roles; $xx = 0; $wpdb =& $GLOBALS['wpdb']; $sql = "SELECT * FROM " . get_option('vbb_VBPRX') . "usergroup"; $results = $wpdb->get_results($sql); echo " \n" . " " . __('Vbridge User Settings', '') . " \n"; ?> Warning: Invalid argument supplied for foreach() in C:\wamp\www\xxx\blog\wp-content\plugins\vbbridge.php on line 287 Any idea what that could be? I also get this... in my Users wordpress page when i go to VBridge User Settings Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Vbridge_User_Setup' was given in C:\wamp\www\BlacksMagicGroup\blog\wp-includes\plugin.php on line 160 I'm using the latest vBulletin 3.6.8 and Wordpress 2.2.3. both brand new clean installs. |
Quote:
I think he's doing some tests on djr server who has same problem. |
Quote:
I should also say that the previous issue i have with fresh installs of Wordpress 2.2.1, 2.2.2 and 2.2.3 all with fresh installs of vBulletin 3.6.8. My hosting environment is local and my wordpress and forum installs are in subdirectories in my localhost root folder... http://localhost/site/forum http://localhost/site/blog Hope that is of some use in killing this bug. |
This would be perfect for me, except my Wordpress install is at www. and my forums are at forums. Other than that, I meet all the requirements.
I really only care about vB being used as the commenting engine and not sharing users. Is there a way to get this working in my situation? |
Hi guys,
i've solved my problem (post 2or3 pages ago) adding this code at line 43: PHP Code:
PHP Code:
But, i've another question: when i post an article, i've a window with: Quote:
Bye. |
All times are GMT. The time now is 09: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:
|