- Affected App
- WoltLab Suite Forum
Hallo,
beim Import der Foren (Benutzerimport alleine läuft einwandfrei durch) bekomme ich den Fehler
Could not execute prepared statement: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'username' cannot be null
und der Dialog bleibt regungslos stehen.
Ich gehe nicht von einem generellen ImporterBug aus weil die Datensätze des Forums schon zigmal hin- und her konvertiert wurden... (YABB -> SMF -> phpbbb2 -> phpbb3)
Hat jemand einen Lösungsansatz für mich? Welche Tabelle und welches Feld ist gemeint?
Danke und Gruß
Submons
Code
Could not execute prepared statement: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'username' cannot be null
Stacktrace:
#0 D:\Inetpub\private\local\test\active\wcf\lib\data\DatabaseObjectEditor.class.php(38): wcf\system\database\statement\PreparedStatement->execute(Array)
#1 D:\Inetpub\private\local\test\active\lib\system\importer\ThreadImporter.class.php(56): wcf\data\DatabaseObjectEditor::create(Array)
#2 D:\Inetpub\private\local\test\active\wcf\lib\system\exporter\PhpBB3xExporter.class.php(774): wbb\system\importer\ThreadImporter->import('110', Array, Array)
#3 [internal function]: wcf\system\exporter\PhpBB3xExporter->exportThreads(0, 200)
#4 D:\Inetpub\private\local\test\active\wcf\lib\system\exporter\AbstractExporter.class.php(147): call_user_func(Array, 0, 200)
#5 D:\Inetpub\private\local\test\active\wcf\lib\system\worker\ImportWorker.class.php(92): wcf\system\exporter\AbstractExporter->exportData('com.woltlab.wbb...', 0)
#6 D:\Inetpub\private\local\test\active\wcf\lib\acp\action\WorkerProxyAction.class.php(93): wcf\system\worker\ImportWorker->execute()
#7 D:\Inetpub\private\local\test\active\wcf\lib\action\AbstractAction.class.php(49): wcf\acp\action\WorkerProxyAction->execute()
#8 D:\Inetpub\private\local\test\active\wcf\lib\action\AJAXInvokeAction.class.php(63): wcf\action\AbstractAction->__run()
#9 D:\Inetpub\private\local\test\active\wcf\lib\system\request\Request.class.php(58): wcf\action\AJAXInvokeAction->__run()
#10 D:\Inetpub\private\local\test\active\wcf\lib\system\request\RequestHandler.class.php(101): wcf\system\request\Request->execute()
#11 D:\Inetpub\private\local\test\active\acp\index.php(10): wcf\system\request\RequestHandler->handle('wbb', true)
#12 {main}
Display More