- Affected Version
- WoltLab Suite 3.0
Ich hab nun endlich alles vorbereitet und einen Testlauf auf einer Test-Domain gestartet. Der Datei-Import läuft auch durch, wirft mir dann aber diese Meldung aus:
QuoteDisplay MoreCould not execute statement 'INSERT INTO wcf1_smiley (smileyTitle,smileyCode,showOrder,aliases,smileyPath,packageID) VALUES (?,?,?,?,?,?)'
Stacktrace:
#0 /www/htdocs/w0xxx/test.xy.com/lib/data/DatabaseObjectEditor.class.php(36): wcf\system\database\statement\PreparedStatement->execute(Array)
#1 /www/htdocs/w0xxx/test.xy.com/lib/system/importer/SmileyImporter.class.php(78): wcf\data\DatabaseObjectEditor::create(Array)
#2 /www/htdocs/w0xxx/test.xy.com/lib/system/exporter/PhpBB31xExporter.class.php(1403): wcf\system\importer\SmileyImporter->import(70, Array, Array)
#3 [internal function]: wcf\system\exporter\PhpBB31xExporter->exportSmilies(0, 1000)
#4 /www/htdocs/w0xxx/test.xy.com/lib/system/exporter/AbstractExporter.class.php(152): call_user_func(Array, 0, 1000)
#5 /www/htdocs/w0xxx/test.xy.com/lib/system/worker/ImportWorker.class.php(95): wcf\system\exporter\AbstractExporter->exportData('com.woltlab.wcf...', 0)
#6 /www/htdocs/w0xxx/test.xy.com/lib/acp/action/WorkerProxyAction.class.php(92): wcf\system\worker\ImportWorker->execute()
#7 /www/htdocs/w0xxx/test.xy.com/lib/action/AbstractAction.class.php(47): wcf\acp\action\WorkerProxyAction->execute()
#8 /www/htdocs/w0xxx/test.xy.com/lib/action/AJAXInvokeAction.class.php(63): wcf\action\AbstractAction->__run()
#9 /www/htdocs/w0xxx/test.xy.com/lib/system/request/Request.class.php(83): wcf\action\AJAXInvokeAction->__run()
#10 /www/htdocs/w0xxx/test.xy.com/lib/system/request/RequestHandler.class.php(94): wcf\system\request\Request->execute()
#11 /www/htdocs/w0xxx/test.xy.com/acp/index.php(9): wcf\system\request\RequestHandler->handle('wcf', true)
#12 {main}SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'ó.ò' for key 'smileyCode'
Stacktrace
#0 /www/htdocs/w0xxx/test.xy.com/lib/system/database/statement/PreparedStatement.class.php(93): PDOStatement->execute(Array)
#1 /www/htdocs/w0xxx/test.xy.com/lib/data/DatabaseObjectEditor.class.php(36): wcf\system\database\statement\PreparedStatement->execute(Array)
#2 /www/htdocs/w0xxx/test.xy.com/lib/system/importer/SmileyImporter.class.php(78): wcf\data\DatabaseObjectEditor::create(Array)
#3 /www/htdocs/w0xxx/test.xy.com/lib/system/exporter/PhpBB31xExporter.class.php(1403): wcf\system\importer\SmileyImporter->import(70, Array, Array)
#4 [internal function]: wcf\system\exporter\PhpBB31xExporter->exportSmilies(0, 1000)
#5 /www/htdocs/w0xxx/test.xy.com/lib/system/exporter/AbstractExporter.class.php(152): call_user_func(Array, 0, 1000)
#6 /www/htdocs/w0xxx/test.xy.com/lib/system/worker/ImportWorker.class.php(95): wcf\system\exporter\AbstractExporter->exportData('com.woltlab.wcf...', 0)
#7 /www/htdocs/w0xxx/test.xy.com/lib/acp/action/WorkerProxyAction.class.php(92): wcf\system\worker\ImportWorker->execute()
#8 /www/htdocs/w0xxx/test.xy.com/lib/action/AbstractAction.class.php(47): wcf\acp\action\WorkerProxyAction->execute()
#9 /www/htdocs/w0xxx/test.xy.com/lib/action/AJAXInvokeAction.class.php(63): wcf\action\AbstractAction->__run()
#10 /www/htdocs/w0xxx/test.xy.com/lib/system/request/Request.class.php(83): wcf\action\AJAXInvokeAction->__run()
#11 /www/htdocs/w0xxx/test.xy.com/lib/system/request/RequestHandler.class.php(94): wcf\system\request\Request->execute()
#12 /www/htdocs/w0xxx/test.xy.com/acp/index.php(9): wcf\system\request\RequestHandler->handle('wcf', true)
#13 {main}
und dann hängt sich der Importer bei Smileys 0% auf, also arbeitet nicht mehr weiter.
Was ist da passiert?