alessandrobasi
Member
I have a problem while installing the italian translation on XF 2.0
someone could help me?
someone could help me?
Code:
XF\Db\Exception: MySQL query error [1205]: Lock wait timeout exceeded; try restarting transaction src/XF/Db/AbstractStatement.php:212
Generated by: Amministratore Dec 4, 2017 at 3:36 PM
Stack trace
DELETE FROM xf_phrase_map WHERE title = ?
------------
#0 src/XF/Db/Mysqli/Statement.php(174): XF\Db\AbstractStatement->getException('MySQL query err...', 1205, 'HY000')
#1 src/XF/Db/Mysqli/Statement.php(70): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1205, 'HY000')
#2 src/XF/Db/AbstractAdapter.php(69): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(203): XF\Db\AbstractAdapter->query('DELETE FROM xf...', 'widget.uix_foot...')
#4 src/XF/Service/Phrase/Rebuild.php(60): XF\Db\AbstractAdapter->delete('xf_phrase_map', 'title = ?', 'widget.uix_foot...')
#5 src/XF/Entity/Phrase.php(140): XF\Service\Phrase\Rebuild->rebuildPhraseMapForTitle('widget.uix_foot...')
#6 src/XF/Mvc/Entity/Entity.php(1137): XF\Entity\Phrase->_postSave()
#7 src/XF/AddOn/AbstractSetup.php(80): XF\Mvc\Entity\Entity->save(false)
#8 src/addons/ThemeHouse/UIX/Setup.php(200): XF\AddOn\AbstractSetup->createWidget('uix_footer_foru...', 'forum_statistic...', Array, '')
#9 src/addons/ThemeHouse/UIX/Setup.php(117): ThemeHouse\UIX\Setup->applyDefaultWidgets()
#10 src/XF/AddOn/StepRunnerInstallTrait.php(60): ThemeHouse\UIX\Setup->installStep2(Array)
#11 src/XF/AddOn/StepRunnerInstallTrait.php(27): ThemeHouse\UIX\Setup->installStepRunner(2, Array)
#12 src/XF/Admin/Controller/AddOn.php(378): ThemeHouse\UIX\Setup->install(Array)
#13 src/XF/Mvc/Dispatcher.php(249): XF\Admin\Controller\AddOn->actionInstall(Object(XF\Mvc\ParameterBag))
#14 src/XF/Mvc/Dispatcher.php(89): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'install', 'html', Object(XF\Mvc\ParameterBag), 'listAddOns', Object(XF\Admin\Controller\AddOn), NULL)
#15 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#16 src/XF/App.php(1879): XF\Mvc\Dispatcher->run()
#17 src/XF.php(328): XF\App->run()
#18 admin.php(13): XF::runApp('XF\Admin\App')
#19 {main}
Request state
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=4)</i>
'url' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'/forum/admin.php?add-ons/ThemeHouse-UIX/install'</font> <i>(length=47)</i>
'referrer' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'https://www.pologalileo.eu/forum/admin.php?add-ons/ThemeHouse-UIX/install'</font> <i>(length=73)</i>
'_GET' <font color='#888a85'>=></font>
<b>array</b> <i>(size=1)</i>
'add-ons/ThemeHouse-UIX/install' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>''</font> <i>(length=0)</i>
'_POST' <font color='#888a85'>=></font>
<b>array</b> <i>(size=7)</i>
'_xfProcessing' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'continue' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'confirm' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'params' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'{"step":2}'</font> <i>(length=10)</i>
'count' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'2'</font> <i>(length=1)</i>
'finished' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'_xfToken' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'********'</font> <i>(length=8)</i>
</pre>
Last edited: