![]() |
The error here is:
"MySQL Error : MySQL server has gone away".. So either there is a query going on that is timing out the server (disable hooks inside vbbridge.php (see code for details)) or there is an issue with your MySQL server and it may need a restart. |
Thank you so much! I will donate when I have the chance to. :)
|
Quote:
Thanks. :) |
This plugin drives me crazy! I have been trying to integrate wordpress with vbulletin for almost 3 weeks! All the problems remains: - Error when trying to use wordpress media ( can not add images via .. ) - Post are not rendered properly to vbulletin ( images get corrupted!) - Charachter errors ( my forum uses ISO-5889-9 encoding while wordpress uses utf-8 ) I'm starting to give up, has anyone a better idea, shout!
|
Jafo232, thank you so much for the update! No more media uploader problems! :up:
Unfortunately, my one concern still exists. For some reason, vbBridge clashes with my other plugin, Featured Content Gallery. It's a highly popular WP-plugin that creates an automated rotating image gallery of posts or pages. When vbBridge is activated, the Featured Content Gallery won't show up in Firefox. It does in IE though. This is the code that is used to display the FCG-plugin (that FF won't read when vbBridge is on): Code:
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> |
I have no idea why it doesn't work with that plugin.
|
Quote:
My post in wordpress is : Code:
Code:
Thank's for your answer |
Still same issues here, no changes :(
|
Jafo232 - I really appreciate your work thus far, and the last few updates. However, I'm still hesitant to update to this latest version, as the previous one is working fine for me on WP2.7 and vB 3.8. My biggest issue is still scheduled posting.
For whatever reason, scheduled posts in Wordpress don't get published to the forum, and it's absolutely maddening. Can you offer any support in this arena? It's a major feature, as we previously scheduled ~80-90% of our posts on my site (http://www.symbian-guru.com, for those interested in seeing the full integration). Now, we're forced to manually publish stuff, and it's increasingly inconvenient. Thanks. |
Updated latest version, only problem now I see is that when you post a URL/LINK in text format... it does not show properly on vb post.
|
Does anyone know how to make Wordpress link to the vbulletin user control panel when someone clicks on their profile in Wordpress? Also, how can we get vbulletin avatars to show up in Wordpress in the comments underneath a post?
|
Jafo can you make an option which will simply redirect you to the forums to login? I dislike having my user's see the wordpress screen it's not very professinal when your site is using wordpress, but doesn't want to be known as using wp and get hacked due to it (can't use the latest versions.)
Also can you not make it case sensitive? Atm my username is Pspcrazy, and i usually type pspcrazy, but it doesn't accept it from wp. It only accepts Pspcrazy now which is wierd. Thanks, Vahid Also can you check your pm's? Sent 2 so far. thanks |
I'm going to re-add this due to it "probably" overlooked because of the new release.
I rename the file back to vbbridge.php, log in to the vBulletin admin panel, open another browser and navigate to http://mysite.com/wp-admin which takes me to the Wordpress Dashboard. From this point how does anyone access Wordpress? This is where confusion sets in and I've yet to come across any documentation explaining this. So I'll ask again: How are users suppose to access Wordpress from vBulletin and vice versa? I'm 3 weeks into this project and I've yet to experience any of the other issues being mentioned. So at the rate I'm going I could be in for another 3-4 weeks in trying to get this thing working. Is there a separate hack or mod that allows vB to sit within the WordPress header and footer or does it have to appear as a link off the front page? I create a regular vbulletin user and when I try to log into vBulletin I get the window saying thanks for logging in then it takes me back to this: You are not logged in or you do not have permission to access this page. This could be due to one of several reasons: You are not logged in. Fill in the form at the bottom of this page and try again. You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. :mad::confused::mad::confused: Any responses appreciated. |
UPDATE ON MY ISSUE:
I tried the new version (4.01.12) but the problem still exists. After a recommendation from another forum, I turned off "auto-integration" and the system worked. So the "breaking" is isolated to just that part of the plugin. Thanks again for all of the help... ========================== Here my original issue: I'm using the Mimbo Pro theme on my wordpress site (http://b-roll.net) and when I install this plugin, it breaks the theme. The front page displays to a certain point on the page and then stops. All other pages display fine. In my brief experiment, the plug-in seemed to work properly... other than breaking the them. Has anyone had this issue? Is there a modification I can make to fix this problem? Thanks in advance... kev |
When a guest clicks "Log in to Reply" in the comments section of an entry, they're directed to the Wordpress login page. Does anyone know how to have them directed to the vBulletin login page instead?
|
Ok we are trying to get this up and running we are getting this error
"Warning: include_once(/home/sev1512/Playstationlifestyle.net/wp-content/plugins/functions_vbbridge.php) [function.include-once]: failed to open stream: No such file or directory in /home/sev1512/Playstationlifestyle.net/wp-content/plugins/vbbridge4.01.12/vbbridge.php on line 94 Warning: include_once() [function.include]: Failed opening '/home/sev1512/Playstationlifestyle.net/wp-content/plugins/functions_vbbridge.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/sev1512/Playstationlifestyle.net/wp-content/plugins/vbbridge4.01.12/vbbridge.php on line 94 Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3254) in /home/sev1512/Playstationlifestyle.net/wp-content/plugins/vbbridge4.01.12/vbbridge.php on line 569" Any ideas? |
You put vbbridge and other files in it's own folder, which the readme specifically says not to do..
|
Quote:
|
As for PM's. Please note for those of you sending me PM's:
I am not currently available to do custom work. End of story. It isn't about the money, it is about the fact that the Earth rotates once every 24 hours. If it did that in 40 hours, then yes, I would probably then have time to help people on an individual basis. Please keep your questions confined to this thread, PM's will be ignored. |
Quote:
|
Quote:
Code:
if ( !$user || ($user->user_login != strtolower$username) ) { Code:
if ( !$user || (strtolower($user->user_login) != strtolower($username)) ) { |
He just attempted it the way you stated and it is saying "Plugin does not exist". Is there something we are doing wrong here?
|
Umm, disable the plugin before you move it..
|
Hello Jafo...
Thanks for your ideas on this... I'm not seeing anything in the error log when the theme "breaks." Everything on the page displays until the following bit of code. Code:
<?php Thanks again, kev |
The first time we did like you said, and installed it as a zip folder.
After that we followed the read me, uploaded the vbridge.php and functions_vbbridge.php and functions_wysiwyg2.php into the plugin directory, I didn't upload the resetvbbridge.php like the read me says. I went in activated the plugin, went to options. I set up the options with all of the correct information. I got a test post to work in the forums. Then I went to vbridge user settings, selected registered users usergroup to be mapped to subscribers. Then went and enabled auto integrate in vbridge options. I went to check the users for wordpress to see if users got mapped properly, and instead of taking me to the users page, it took me to a blank wordpress login box, and when I attempted to log in, it said invalid username. Any ideas? |
Did you try mapping administrators to administrators too? Usernames are case sensitive in WP until the next release of the bridge..
|
OK, added the following changes:
* Added code to process scheduled posts * Addressed code where links and images would not show up properly in VB * Added new table called vb_forumid for scheduled posts * Reduced redundant calls when dealing with forum excerpts Make sure you replace ALL the files.. |
Hello Jafo232,
thanks for the update, much appreciated... Michael |
Thanks for the update.
Unfortunately, it doesn't improve the "breaking" pages. Any recommendation? I really like this plugin - if I can get it to work. kev |
Quote:
|
I have a question, does this mod work with the VB feature of showing the first X words of a post only? (Also is anyone using this with latest version of vbseo without any problems?)
|
I am curious as to what happens with search engines when it sees duplicate content on wordpress and vbulletin forum? I'm debating about using this but don't want search engine penalties with duplicate content.
Thanks |
Thanks for the update!
Really easy to upgrade. Luckily, I remembered not to use the resetvbbridge.php. (You should update the text file to advise that) Question: why is it that a ' or " gets posted on vb as a "?" ? |
Quote:
|
Quote:
|
lol you only get the penalty when the conent it the same on 2 different domains. not on your own domain. Btw Jafo isn't it a idea for our plugins to work together?
|
Quote:
|
Media manager still not work ... sigh ... :(
|
Quote:
|
Quote:
Thx for your patiente Jafo! |
All times are GMT. The time now is 07:39 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:
|