- Affected Version
- WoltLab Suite 5.5
Hi all,
Currently trying to upgrade a WBB4 forum to WSC5, and I'm getting the following error when importing user groups:
Code
wcf\system\exception\ErrorException: Attempt to read property "groupID" on null in /var/www/site/forums/wsc/lib/system/WCF.class.php:341
Stack trace:
#0 /var/www/site/forums/wsc/lib/system/importer/UserGroupImporter.class.php(31): wcf\system\WCF::handleError()
#1 /var/www/site/forums/wsc/lib/system/exporter/WBB4xExporter.class.php(550): wcf\system\importer\UserGroupImporter->import()
#2 /var/www/site/forums/wsc/lib/system/exporter/AbstractExporter.class.php(175): wcf\system\exporter\WBB4xExporter->exportUserGroups()
#3 /var/www/siteforums/wsc/lib/system/worker/ImportWorker.class.php(140): wcf\system\exporter\AbstractExporter->exportData()
#4 /var/www/site/forums/wsc/lib/system/cli/command/WorkerCLICommand.class.php(160): wcf\system\worker\ImportWorker->execute()
#5 /var/www/site/forums/wsc/lib/system/cli/command/ImportCLICommand.class.php(193): wcf\system\cli\command\WorkerCLICommand->execute()
#6 /var/www/site/forums/wsc/lib/system/CLIWCF.class.php(336): wcf\system\cli\command\ImportCLICommand->execute()
#7 /var/www/site/forums/wsc/lib/system/CLIWCF.class.php(94): wcf\system\CLIWCF->initCommands()
#8 /var/www/site/forums/wsc/cli.php(21): wcf\system\CLIWCF->__construct()
#9 {main}
Display More
Not too sure what's going on here, so any help is much appreciated!