- Affected App
- WoltLab Suite Core
Hallo @All
Ich bin dabei Daten aus einem MyBB Forum 1.8.x zu importieren nach WBB 4.0
Bei den Benutzer bekomme ich bei den Benutzerprofilfelder den Fehler
Code
PHP notice in file /www/htdocs/w011e152/naturforum/forum/wcf/lib/system/exporter/MyBB16xExporter.class.php (416): Undefined index: hidden
Stacktrace:
#0 /www/htdocs/w011e152/naturforum/forum/wcf/lib/system/exporter/MyBB16xExporter.class.php(416): wcf\system\WCF::handleError(8, 'Undefined index...', '/www/htdocs/w01...', 416, Array)
#1 [internal function]: wcf\system\exporter\MyBB16xExporter->exportUserOptions(0, 1000)
#2 /www/htdocs/w011e152/naturforum/forum/wcf/lib/system/exporter/AbstractExporter.class.php(154): call_user_func(Array, 0, 1000)
#3 /www/htdocs/w011e152/naturforum/forum/wcf/lib/system/worker/ImportWorker.class.php(97): wcf\system\exporter\AbstractExporter->exportData('com.woltlab.wcf...', 0)
#4 /www/htdocs/w011e152/naturforum/forum/wcf/lib/acp/action/WorkerProxyAction.class.php(93): wcf\system\worker\ImportWorker->execute()
#5 /www/htdocs/w011e152/naturforum/forum/wcf/lib/action/AbstractAction.class.php(49): wcf\acp\action\WorkerProxyAction->execute()
#6 /www/htdocs/w011e152/naturforum/forum/wcf/lib/action/AJAXInvokeAction.class.php(63): wcf\action\AbstractAction->__run()
#7 /www/htdocs/w011e152/naturforum/forum/wcf/lib/system/request/Request.class.php(58): wcf\action\AJAXInvokeAction->__run()
#8 /www/htdocs/w011e152/naturforum/forum/wcf/lib/system/request/RequestHandler.class.php(108): wcf\system\request\Request->execute()
#9 /www/htdocs/w011e152/naturforum/forum/acp/index.php(10): wcf\system\request\RequestHandler->handle('wbb', true)
#10 {main}
Display More
und es geht dort nicht weiter. Ohne diese Felder, klappt es.
Hat jemand eine Idee was da falsch läuft?