vBulletin import hangs at Calculating forum hierarchy
-
I’m trying to import an old vBulletin (3.8.3) forum to a new bbPress (2.5.14) setupon WordPress 5.1.1 and the initial import looks great. It imports the users (~13k) says something about deleting their WordPress password, then a moment later it seems to hang and no matter how long I leave it we never progress.
Calculating forum hierarchy (0 - 99) Converting forums (0 - 99) Delete users WordPress default passwords (12700 - 12799) Delete users WordPress default passwords (12600 - 12699) Delete users WordPress default passwords (12500 - 12599) Delete users WordPress default passwords (12400 - 12499) Delete users WordPress default passwords (12300 - 12399)
Looking at the forum sections shows that it’s created the 22 forums and correctly set some of them as categories, they also show how many topics and replies are in each one correctly –
— Random Thoughts - Topics: 3,119 Replies: 54,698
But only 27 topics across the entire forum are imported. It’s the same 27 topics every time as well. To the point that if I stop the import, and hit the start button again, it imports these same 27 topics once more now showing 54. Is there an error log I can find that might show me why it’s hanging up? The bit above with the Calculating Hierarchy is the last update I ever get in the window. I added the lines to turn on debug logging in WordPress but nothing every shows up.
define( 'WP_DEBUG', true ); // turn on debug mode if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) { define( 'WP_DEBUG_LOG', true ); // log to wp-content/debug.log }
- You must be logged in to reply to this topic.