JonathanC
Active member
Every time I try to install a new mod a error is popping up.

It pops up within a minute from starting the XML import. After I press continue it will still import everything, but it takes over 10- 20 minutes to complete the import. My server is currently running off of Intel X3440 ( 8 cores ) @ 2.53GHz. Today I checked the Server Error logs, and there seems to be quite a few in there.

This is what the first error on the top displays.
Thanks in advance for your help!

It pops up within a minute from starting the XML import. After I press continue it will still import everything, but it takes over 10- 20 minutes to complete the import. My server is currently running off of Intel X3440 ( 8 cores ) @ 2.53GHz. Today I checked the Server Error logs, and there seems to be quite a few in there.

This is what the first error on the top displays.
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry 'swfUpload-attachments' for key 'PRIMARY' - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Jonathan, Yesterday at 9:20 AM
Stack Trace
#0 /home/***********/***********/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/***********/***********/library/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/***********/***********/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/***********/***********/library/XenForo/DataWriter/Option.php(474): Zend_Db_Adapter_Abstract->insert('xf_option_group...', Array)
#4 /home/***********/***********/library/XenForo/DataWriter/Option.php(408): XenForo_DataWriter_Option->_updateRelatedGroupList(Array)
#5 /home/***********/***********/library/XenForo/DataWriter.php(1295): XenForo_DataWriter_Option->_postSave()
#6 /home/***********/***********/library/XenForo/Model/Option.php(1009): XenForo_DataWriter->save()
#7 /home/***********/***********/library/XenForo/Model/Option.php(912): XenForo_Model_Option->importOptionsAddOnXml(Object(SimpleXMLElement), 'XenForo')
#8 /home/***********/***********/library/XenForo/CacheRebuilder/ImportMasterData.php(37): XenForo_Model_Option->importOptionsDevelopmentXml('/home/jonathan/...')
#9 /home/***********/***********/library/XenForo/ControllerHelper/CacheRebuild.php(26): XenForo_CacheRebuilder_ImportMasterData->rebuild(0, Array, ' . ')
#10 /home/***********/***********/library/XenForo/Install/Controller/Upgrade.php(182): XenForo_ControllerHelper_CacheRebuild->rebuildCache(Array, 'index.php?upgra...', 'index.php?upgra...', true)
#11 /home/***********/***********/library/XenForo/FrontController.php(310): XenForo_Install_Controller_Upgrade->actionRebuild()
#12 /home/***********/***********/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/***********/***********/install/index.php(17): XenForo_FrontController->run()
#14 {main}
Request State
array(3) {
["url"] => string(61) "http://************/install/index.php?upgrade/rebuild"
["_GET"] => array(1) {
["upgrade/rebuild"] => string(0) ""
}
["_POST"] => array(8) {
["process"] => string(1) "1"
["caches"] => string(161) "["ImportMasterData","Permission","ImportPhrase","Phrase","ImportTemplate","Template","ImportAdminTemplate","AdminTemplate","ImportEmailTemplate","EmailTemplate"]"
["position"] => string(1) "0"
["redirect"] => string(26) "index.php?upgrade/complete"
["_xfToken"] => string(53) "1,1305465600,a63eaee9346324f6ed205f468e47a7e474444a52"
["_xfRequestUri"] => string(34) "/install/index.php?upgrade/rebuild"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Thanks in advance for your help!