Is a multi-site import possible?

Sal Collaziano

Well-known member
I have about 20 vBulletin sites that I'm either going to just dump - or import into a single XenForo installation if that's possible. So... IS that possible? And if so, how might I go about an endeavor like that?
 
Yes it's possible.

You import one site, then the next, and so on.

You will only be able to retain IDs for the first import though, it that's an issue.
 
Yes it's possible.

You import one site, then the next, and so on.

You will only be able to retain IDs for the first import though, it that's an issue.
Thank you. Nah, really no issue. These forums aren't extremely important - but I'd rather import them into XenForo then just delete them. I'll give it a shot and see what happens. Thanks again!
 
I got stuck at the FINALIZE point with my first import. Any way to get passed this without having to start over?

Server error log



  • ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4718592 bytes)
  • src/XF/Db/AbstractStatement.php:140

  • Generated by: Administrator
  • May 5, 2020 at 6:22 PM

Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}

Request state
array(4) {
["url"] => string(26) "/admin.php?import/finalize"
["referrer"] => string(55) "https://myforums.com/admin.php?import/run"
["_GET"] => array(1) {
["import/finalize"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
If I refresh, I get another error in the log...




  • ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4718592 bytes)
  • src/XF/Db/AbstractStatement.php:140

  • Generated by: Administrator
  • May 5, 2020 at 6:48 PM

Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}

Request state
array(4) {
["url"] => string(26) "/admin.php?import/finalize"
["referrer"] => bool(false)
["_GET"] => array(1) {
["import/finalize"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Top Bottom