![]() |
Getting this error:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 29 Any idea how to fix this. |
Got around that, but now I get:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 86 Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 92 Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 92 |
You are having a path issue. Read the threads first post.
|
Quote:
|
Quote:
|
I am having the EXACT same issue as TRR:
Quote:
If anyone can answer this will you please PM me? Thanks in advance, Rob |
Quote:
Error message that show's in the apache logs (replaced the domain's with site) [Thu Jun 12 04:13:01 2008] [error] [client 66.245.227.57] PHP Fatal error: Call to a member function query_read() on a non-object in {path to here}/httpdocs/wp-content/plugins/vbbridge.php on line 553, referer: http://{site}.net/wp-admin/options-general.php?page=vbbridge.php That's just when I visit the actual write post page. I'm making a cross domain same DB setup atm, yes i know it's not normal but i need to do it so i'm doing it. To get to this point I did uncomment the $vwd = '/var/www/vhosts/animecrazy.net/httpdocs/forums'; line to make it work. Any idea? Line 553 is: $fs = $vbulletin->db->query_read($sql); The write post page looks like the attached atm, any support would be awesome (I know this isn't a normal support situation as well, so thanks if you can help!) |
Well, one problem here is, there will be no way for the bridge to know if a user is logged in to Vbulletin. Vbulletin uses a cookie method to check login status (as most scripts do). Site1.com can never see site2.com's cookie, ever.. That is just how browsers are built. It is a security issue. You wouldn't want site hackme.com to see your paypal.com cookie would you?
I just do not see any way you are going to be able to do it myself.. |
Alright folks, I had to freaking HIRE someone to look at the code and it was an EASY fix:
Basically all of the: ------------------------------------------- $link = get_permalink(somethinghere, true); ------------------------------------------- SHOULD NOT have that second parameter... "true" and should look like this: ------------------------------------------- $link = get_permalink(somethinghere); ------------------------------------------- This was changed 4 times and it fixed all the problems. Why Jafo refused to acknowledge me? I have no clue. Did he know the answer and simply refuse to tell me? Not sure. Why didn't others have this problem? I think the whole thing is pretty outrageously rude. I understand its a free plugin but he is answering everyone else's questions. I don't get it. Originally I thought about putting TIPPING you money so you would answer my question but instead I paid that money to a developer. It doesn't pay to be rude. You could have just as easily provided a 1-2 sentence explanation as to why you weren't answering my question in the first place. |
I get the impression he is one of those arrogant types who won't admit he doesn't know. Anyhow, thanks for the information, it is really appreciated, although I am using vbdrupal instead; this has too many other errors to fuss with.
I returned your PM, Sir. ;) |
Quote:
Thanks for the help :) I'll be fine if I can get it to work on the same site different directory, just can't get that to work either :| Meaning: 2 wp installation one at: site1.com/ and the other at drama.site1.com, the forum is at site1.com/forums . Is that doable? Thanks |
I´ve tried to install this wordpress/vbulletin bridge without users integration, but I wasn´t successfull. My admin account in WP crashed and even deleting vbridge.php wasn´t helpfull!
I had to restore my whole wordpress db from backup. Is there some safe way to use this mod only as a comment solution in wordpress? Without sharing users? Thanks. |
Awesome plugin, works great!
I only have one question! Is it possible to make it so that the only board that can be posted to is the default? Like, right now, there is a list of all the boards that can be posted to, but I only want it to post to the default board. Is this possible? |
is this going to work with my site? my forum is in the root so where must i install dhe wordpress in a another folder or in root so my forum is in: www.myforum.com
|
Ignore my question, I figured it out~
|
I feel such a retard. Posted the following inquiry in the old 3.6 mod. Can someone help me for 3.7 version? pweasee.
Quote:
|
Was working well until I installed vbadvanced...
Anyone tried with vbadvanced installed on a vbulletin ? |
Hey, just need to check - once this is added it won't give birth to the security token error?
Has the line of code been added so that it works with the security token feature? Just been having a lot of issues with this + mods Thanks! |
Can this plugin work in a fashion like so (on the same VB/WP install):
I create a Wordpress post, select which forum the post is to go into (say, Cat Forum) and have it appear as a new thread in that forum. Then create another post in Wordpress and select a different forum (Dog Forum) and have it appear as a new thread in that forum? |
Quote:
|
Any way for additional group users to be mapped the same as primary group users?
If there is a conflict go with the highest rights? |
works like a charm and easy to install
*clicks MoTM nominate button* |
Quote:
|
any info about if this will work on wordpress 2.6 ?
|
I'm trying to install this and I got to the edit users screen and get the following error:
Quote:
|
This seems to work with Wordpress 2.6
|
i can't integrate that comment system at my site. i am quick new in this so i can't find the right place for editing the comment section. i actually have a fresh 2.6 installation. can someone gimme a tip please where i can find it ?
the "<?php wp_link_pages(); ?> <!-- <?php comments_popup_link(__('0 Comments'), __('1 Comments'), __('% Comments')); ?>" code i can't find in any template. i use the 2.6 default skin. thank you |
Just to let everyone know, I upgraded from Wordpress 2.5.1 to 2.6 and it works fine. It should be safe :)
|
Is there a good way to pull the Username for the post from the WordPress post rather then from the person who publishes / last edits the post?
When a user is a contributor it seems to pull the user id from the person who hits publish rather then the user who's name is attached to the article. See http://www.lineagejunkies.com/?p=42 for a example. |
Will this plugin allow me to use vB variables in the wordpress template? Does it load global.php?
|
Quote:
Posted this question in the 3.6 thread, maybe someone can help it here. With regard to the above question: no, it does NOT load global.php. As far as I'm aware it is a stricly database integration. I think it would be awesome if polls could be integrated as well, but I'm not complaining thus far :) |
it's not working well on wordpress 2.6 when my users try access /wp-admin/ they are directed to /forums/ but they are logged in.
|
I have a question, is it possible to show the dashboard of wordpress just to a usergroup of vbulletin?
It's because I only want to show the link of the dashboard for those who are going to write articles and stuff. Which is the code? And also, a custom login form to put in the index site instead of logging in by the forums? |
I'm starting to get fairly happy with this.
Check out lineagejunkies.com for a demo .... I've got navbits working with the site! Everything seems to be falling fairly well into place. Now just got to get status working .... Thanks for the great plugin! |
Hey,
www.site.com - takes you to blog www.site.com/forum.php - forum www.site.com/index.php - blog www.site.com/wp-content/etc I have vBseo installed. I cannot login into wordpress, each time I go to /wp-admin It just redirects to vbseo.php?vbseourl=wp-login.php&redirect_to=http%253A%252F%252Fwww.site. com%252Fwp-admin%252F Can you help me? Can I install both wordpress and vb in this same directory and does this mod conflict with vBSEO from crawlability.. |
Im a little confused do i install word press first?
and their no xml file for me to inport in to my plugins their for it doesn't show up |
I dont think that this works with the new version of wordpress. wordpress 2.6
Plugin could not be activated because it triggered a fatal error. No description |
Quote:
when i click on the check box and hit the activate button it doesnt work. BUt I clicked the activate over on the right hand side "activate" and it works why are those different? |
Quote:
Yes install Wordpress first and be sure to have a admin name different from your Board name. You use the account to do the initial setup. |
Quote:
Not clean but it will work. |
All times are GMT. The time now is 12:54 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:
|