vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - Wordpress vBulletin integration (https://vborg.vbsupport.ru/showthread.php?t=296819)

RobAC 11-29-2013 02:43 PM

So, I've upgraded my forums to 4.2.2. Installed the plugin from the link I received in the email from last week to download the plugin.

Installed it and configured it which went smoothly. Logged out of the Admin, and when I go to log in back in , I get the following errors:
Quote:

Warning: Declaration of Bootstrap_Walker::start_lvl() should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /home/xxxxxx/public_html/wp-content/themes/VT/framework/class/class_white_label_themes.php on line 9620

Warning: Declaration of Bootstrap_Walker::end_lvl() should be compatible with Walker_Nav_Menu::end_lvl(&$output, $depth = 0, $args = Array) in ..../includes/functions_log_error.php on line 9620

Warning: Declaration of Bootstrap_Walker::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in ..../includes/functions_log_error.php on line 9620

Warning: Declaration of Bootstrap_Walker::end_el() should be compatible with Walker_Nav_Menu::end_el(&$output, $item, $depth = 0, $args = Array) in ..../includes/functions_log_error.php on line 9620

Warning: Declaration of ASW_Category_Dropdown::start_el() should be compatible with Walker_CategoryDropdown::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /home/xxxxxx/public_html/wp-content/themes/VT/framework/class/class_search.php on line 1643

Warning: call_user_func_array() expects parameter 1 to be a valid callback, non-static method wf_wn::init() should not be called statically in /home/xxxxxx/public_html/wp-includes/plugin.php on line 429

Fatal error: Call to a member function Language() on a non-object in /home/xxxxxx/public_html/wp-content/themes/VT/framework/class/class_white_label_themes.php on line 889
Does anyone know what is causing these errors?

RobAC 11-29-2013 03:01 PM

I have confirmed that these errors only appear when I enable the plugin.

ChintanChandak 11-30-2013 05:56 PM

did everything but getting error while posting...

Code:

Warning: include_once(./global.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 61

Warning: include_once(): Failed opening './global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 61

Warning: include_once(./includes/init.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 62

Warning: include_once(): Failed opening './includes/init.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 62

Warning: include_once(./includes/class_dm.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(): Failed opening './includes/class_dm.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(./includes/class_dm_threadpost.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(): Failed opening './includes/class_dm_threadpost.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(./includes/functions_databuild.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(): Failed opening './includes/functions_databuild.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Fatal error: Class 'vB_Database' not found in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/post_sync/controllers/index.php on line 42


millo87 12-01-2013 06:23 AM

I have a problem.

Works almost great for me. It posts to the correct sub forum. However images do not show in the vb thread.

Example I create a post in WP and include an image then publish. The post creates a thread but instead of showing the image I get the code

Quote:

 

<img class="alignnone size-medium wp-image-243" alt="psallstars_111612_1600" src="http://website.com/wp-content/uploads/2013/03/psallstars_111612_1600-300x112.jpg" width="300" height="112" />

obscureclouddon 12-02-2013 03:05 AM

Quote:

Originally Posted by Naijasite (Post 2464129)
do i need to add any files to my vbulletin?

No. The plugin will add the necessary vb plugins

obscureclouddon 12-02-2013 03:06 AM

Quote:

Originally Posted by RobAC (Post 2464194)
Cool, but where do we go to re-download the update?

The only thing I have was the link I received in email after purchasing which is a direct link to a zip file. Is there somewhere we're supposed to go on your site?

You can use the link in your receipt. If that's not an option, hit me up on skype and i'll send it to you.

obscureclouddon 12-02-2013 03:12 AM

Quote:

Originally Posted by RobAC (Post 2464580)
So, I've upgraded my forums to 4.2.2. Installed the plugin from the link I received in the email from last week to download the plugin.

Installed it and configured it which went smoothly. Logged out of the Admin, and when I go to log in back in , I get the following errors:

Does anyone know what is causing these errors?

It looks like there is some sort of conflict with your theme. Please contact me via skype and i'll work with you to fix this. I haven't seen this before.

My Skype is obscurecloud

obscureclouddon 12-02-2013 03:13 AM

Quote:

Originally Posted by ChintanChandak (Post 2464831)
did everything but getting error while posting...

Code:

Warning: include_once(./global.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 61

Warning: include_once(): Failed opening './global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 61

Warning: include_once(./includes/init.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 62

Warning: include_once(): Failed opening './includes/init.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 62

Warning: include_once(./includes/class_dm.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(): Failed opening './includes/class_dm.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(./includes/class_dm_threadpost.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(): Failed opening './includes/class_dm_threadpost.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(./includes/functions_databuild.php): failed to open stream: No such file or directory in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Warning: include_once(): Failed opening './includes/functions_databuild.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/GlobalController.php on line 67

Fatal error: Class 'vB_Database' not found in /home/crackedw/public_html/wp-content/plugins/wp-vb-lite/post_sync/controllers/index.php on line 42


This error is usually from not having the path to vb set right. Is an easy fix. Send me the full server path to the domain, wordpress, and vbulletin and I'll send you what should be there.

obscureclouddon 12-02-2013 03:14 AM

Quote:

Originally Posted by millo87 (Post 2464908)
I have a problem.

Works almost great for me. It posts to the correct sub forum. However images do not show in the vb thread.

Example I create a post in WP and include an image then publish. The post creates a thread but instead of showing the image I get the code

You have to enable that particular forum to accept html in the admincp of vbulletin. Then it will work as expected.

http://d.pr/i/1hnI

millo87 12-02-2013 06:48 AM

Quote:

Originally Posted by obscureclouddon (Post 2465103)
You have to enable that particular forum to accept html in the admincp of vbulletin. Then it will work as expected.

http://d.pr/i/1hnI

Works great now thank you! Marked as installed.

VH Freak 12-03-2013 12:13 AM

I have vBulletin 4.2.2 and installed the latest version of the Wordpress-vBulletin integration and everything works great except the avatar syncing. I have the user-photo plugin installed but it still doesn't work. Everything else is top-notch. Thank you!

RobAC 12-03-2013 01:00 AM

Quote:

Originally Posted by VH Freak (Post 2465314)
I have vBulletin 4.2.2 and installed the latest version of the Wordpress-vBulletin integration and everything works great except the avatar syncing. I have the user-photo plugin installed but it still doesn't work. Everything else is top-notch. Thank you!

Do you have a link to the user-photo plugin that you're using? There's different ones out there and not sure which is the best one to use.

obscureclouddon 12-03-2013 01:11 AM

Quote:

Originally Posted by VH Freak (Post 2465314)
I have vBulletin 4.2.2 and installed the latest version of the Wordpress-vBulletin integration and everything works great except the avatar syncing. I have the user-photo plugin installed but it still doesn't work. Everything else is top-notch. Thank you!

To be perfectly honest, I think I broke that feature a while back. I'll look into getting it back up and going in the next update. Sorry.

RobAC 12-03-2013 01:40 AM

Quote:

Originally Posted by obscureclouddon (Post 2465337)
To be perfectly honest, I think I broke that feature a while back. I'll look into getting it back up and going in the next update. Sorry.

obscure,

Tried contacting you on skype, but I'm a total newbian when it comes to skype. LOL Not sure if my messages went through to you.

obscureclouddon 12-03-2013 01:54 AM

Quote:

Originally Posted by RobAC (Post 2465340)
obscure,

Tried contacting you on skype, but I'm a total newbian when it comes to skype. LOL Not sure if my messages went through to you.

I saw the call, but was unable to answer. If you use the chat option, we can start there.

RobAC 12-03-2013 02:04 AM

trying to figure out how to use the chat option.... I'm using the windows 8 app.

Davey-UK 12-03-2013 06:07 AM

From the features on the front page of this thread, what is available in the "Lite" version?
Thanks

obscureclouddon 12-03-2013 06:37 AM

Quote:

Originally Posted by Davey-UK (Post 2465394)
From the features on the front page of this thread, what is available in the "Lite" version?
Thanks

I think just the login sync.

VH Freak 12-03-2013 02:10 PM

Quote:

Originally Posted by obscureclouddon (Post 2465337)
To be perfectly honest, I think I broke that feature a while back. I'll look into getting it back up and going in the next update. Sorry.

No problem. You have a lot on your plate I'm sure. Please let me know when this is fixed. Thanks for your time.

Davey-UK 12-03-2013 04:17 PM

Quote:

Originally Posted by obscureclouddon (Post 2465399)
I think just the login sync.

Bit too buggy for me just yet. Even the demo site is boken on the forum side. :(

VH Freak 12-04-2013 02:08 AM

The demo site worked for me. Are you looking at the last page? At first I thought it wasn't working because I was looking on the first page of the forums.

This has been working great for me.

Davey-UK 12-04-2013 05:48 PM

Quote:

Originally Posted by VH Freak (Post 2465571)
The demo site worked for me. Are you looking at the last page? At first I thought it wasn't working because I was looking on the first page of the forums.

This has been working great for me.

Click on a forum topic

RobAC 12-04-2013 05:53 PM

obscure,

Can you let me know when is the best time to contact you on Skype? I'd really like to get the errors fixed before I release the site live.

Joe Blow 12-05-2013 02:30 PM

Can someone please show me an example of a vB forum that is using the pro version of this mod to integrate forum content into a Wordpress CMS?

I would pay for the pro version if I could see how this is working on other websites, but at the moment it all seems like pie-in-the-sky as far as I can tell.

The complaints about issues have me worried.

RobAC 12-05-2013 02:34 PM

Quote:

Originally Posted by Joe Blow (Post 2465946)
Can someone please show me an example of a vB forum that is using the pro version of this mod to integrate forum content into a Wordpress CMS?

I would pay for the pro version if I could see how this is working on other websites, but at the moment it all seems like pie-in-the-sky as far as I can tell.

The complaints about issues have me worried.

Joe,

I'm working with obscure to fix login issues I'm having with the plugin on vBulletin 4.2.2 forums. The issue has to do with incompatibility with WP responsive themes.

I'm running a WP responsive video theme on my site hence the errors I'm getting. As soon as I can get the issues fixed, and take the site live, I'll post a link to the site here.

Joe Blow 12-05-2013 02:40 PM

Quote:

Originally Posted by RobAC (Post 2465948)
Joe,

I'm working with obscure to fix login issues I'm having with the plugin on vBulletin 4.2.2 forums. The issue has to do with incompatibility with WP responsive themes.

I'm running a WP responsive video theme on my site hence the errors I'm getting. As soon as I can get the issues fixed, and take the site live, I'll post a link to the site here.

OK, I look forward to seeing it when you get it all sorted out. I need to understand and to be able to visualise how this thing works in practice.

Incidentally, I just checked the pricing on the Pro version and its $100 now. Wasn't it $30 or something just a few weeks ago? :confused:

Power_user_EX 12-07-2013 06:46 AM

@obscureclouddon : I am still facing login & logout issues on vBulletin side. Whenever I login or logout from vBulletin I landup on a blank page. Please help.

obscureclouddon 12-12-2013 08:58 AM

Alright, sorry for the delays, but i do believe i am caught up on support issues. If I've somehow missed you, please contact me via skype - obscurecloud

And for anyone who is concerned about support or the plugin not working on the demo site, I do apologize. I took the day off of work to install customer sites locally in order to troubleshoot and once again have no time left to address my site...... I will make sure it works for you.
But the ones who matter are now working!

Aarias 12-13-2013 05:45 PM

I sent you a message on skype but I need help with the installation. We can't get the plugin (full version) to work and now several of my editors are receiving white screens when trying to login.

This will be the most epic plugin once it's working so I cannot wait for this thing to be up and running. Thank you for all your work and great communication!

goarack 12-14-2013 08:18 AM

were are the vbulletin plugins
I dont see nothing i can do woth part 6

Vick98 12-14-2013 08:48 AM

Quote:

Originally Posted by goarack (Post 2468171)
were are the vbulletin plugins
I dont see nothing i can do woth part 6

I have the same issue.

CygnusFTK 12-21-2013 09:19 PM

The Lite version doesn't seem to be working at all for me. Test Blog Posts not showing up in the target forum.

CygnusFTK 12-21-2013 10:42 PM

I take it back. My issue was putting the whole URL to my forums. Fixed that. Working like a charm.

Thanks for a handy hack.

CygnusFTK 12-22-2013 12:07 AM

Actually... everything works except for the fact that every time I go to re-publish old Blog Posts, it always assigns the new thread created in vBulletin to the same user - despite the fact that the Blog Post author (username) is left blank in the WP->vB settings and there is a matching username on the vBulletin side.
Hopefully this doesn't affect new Blog posts but I will report back.

RobAC 12-22-2013 04:09 PM

Hi Don,

Not sure if you saw my skype message, but I wasn't able to download the files you sent via skype. Can you either resend them, or send them to me via email? I included my email address in a skype message.

Thanks.

stalkingdatoast 12-23-2013 12:11 PM

Im having this error when trying to login to the admincp of vbulletin, this is coming from the plugin

Fatal error: Cannot redeclare class vB_Bootstrap_Forum in /home/ab59890/public_html/wp_testing/forums/includes/class_bootstrap.php on line 1749

Please help

caciocode 12-27-2013 08:39 AM

Hi,

Has anyone tried the full version. It costs a lot is it worth it? ...$99 is a lot.

Does it support Wordpress wpmu?

Is it stable?

This is almost what I am looking for - for my site. I have a site where I would like students to ask questions without leaving the wordpress post, and be able to register and browse across the entire site with a single login.

Quote:

3. *Comment sync - new comments made on WP are posted to the synced forum
I assume that means a new thread will be created each time a new post is published and each new comment on that post will be published as a post reply to the thread. Is that right?

hawaiibillT 12-30-2013 03:59 PM

Quote:

Originally Posted by obscureclouddon (Post 2463753)
In the wordpress plugin, there is a button that says add vb plugins. Hit that and they'll be added automatically.

I'm trying out the lite version and there is no activate button showing.

Heckwork 01-06-2014 07:53 PM

What if a user changes his/her login name or password?

Heckwork 01-08-2014 05:53 PM

Hmm, http://codecanyon.net/item/vbulletin-connector/4126499


All times are GMT. The time now is 01:07 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
  • Page Generation 0.01850 seconds
  • Memory Usage 1,852KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete