I switched over to the dev version of the module after Liam's recommendation and it seemed to get a little farther than the other version but unfortunately threw an error.
An error occurred while processing vbimportapi_import with arguments: Array ( [0] => existing_users_populate [1] => 100000 [2] => vbtodrupal [3] => vbtodrupal )
It appears to have uploaded everything okay. All forums, 6k+ users, 28k+ threads, 850k+ posts, 13k+ PMs are in the database. When I view the forum index, however, topic and post count are all listed as zero. If I go into a forum it will display the page with the correct number of pages but there are no threads listed. I flushed caches but that didn't do anything.
Any ideas?
Thanks!
Comments
Comment #1
justin.nethers commentedAfter digging around I was able to pinpoint that the issues were with the node_comment_statistics table. The table only had 1400 rows. I reran the query in the _vbtodrupal_updatestats function to repopulate that table and now everything is displaying as it should, as far as I can tell. Not sure why that table wasn't correct.
Comment #2
justin.nethers commented*double post*
Comment #3
liam mcdermott commentedThanks very much for reporting this, I did read it at the time but didn't have time to reply. Glad to see you got the import working by manually running the _vbtodrupal_updatestats function. That table probably wasn't correct because the import process never got to the step that would have re-populated it.
Importing from vB 4 seems to be working okay now, so am marking this 'Fixed'. But of course, if anyone else is seeing this same error on this same part of the import, please re-open this.
Comment #4.0
(not verified) commentedblockquote tag fixed