XF 2.1 Having some trouble with an import...

Sal Collaziano

Well-known member
I just imported from vBulletin 3.8.11 and all seemed to go well until I got a blank screen at the finalization...

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) {
}
}


I manually rebuilt search, forums and threads - but nothing is showing up. No forums - so no threads, posts. Anything I can do besides restart the import?
 
I managed to get everything working manually. It was easy enough to delete duplicate forums and threads from the previous attempt at migration. However, every user was also duplicated... I imagine there's no way to undue that - am I right? I still need to start over, I imagine...
 
Yes, you need to start over.

 
Top Bottom