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.


All times are GMT. The time now is 08:57 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.01513 seconds
  • Memory Usage 1,763KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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