Thread: Integration with vBulletin - Wordpress vBulletin integration
View Single Post
  #108  
Old 05-21-2013, 10:14 PM
obscureclouddon obscureclouddon is offline
 
Join Date: Jul 2011
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stamos2003 View Post
I found the issue with the characters, it was the database colation which I fixed now and it works.

However porting the users into wordpress from vbulletin does not work. I have around 70.000 users in vbulletin but the import stops at around 7000 users with a blank page.
I assume this is due a database timeout?
any hint how to correctly convert all users?

edit_ after hitting the button several times I am up to 21.000 users now, let's see how that goes.
I'm glad you got the character issue worked out.

As for the user sync, it is a pretty heavy process. I tested on a site with 15k users and it took about 20 minutes. However, i did set it up so that you can re run it like you did.
The way it works is first going through all WP users and seeing if there is a match in vb. For each match, it syncs them. Then it goes through all of the vb users that were not synced and looks for a a match in WP and syncs the ones that it finds.
Then it goes through all of the WP users that were not matched and created a vb user for them and syncs it.
Then it goes through all of the vb users that didn't have a match and does the same (creates a wp user, and syncs it)
If the script times out, it will pick up where it left off next time you run it as it ignores users that are already synced. But it will take longer with each pass.
If you have a lot of vb users, the query that gets unsynced users does take a long time.
I plan on optimizing this as soon as I get some of the more critical issues worked out.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01117 seconds
  • Memory Usage 1,765KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete