XF 1.3 How to upgrade to XenForo 1.3

Paul B

XenForo moderator
Staff member
Brogan submitted a new resource:

How to upgrade to 1.3 - Important information and actions to be taken

As XenForo 1.3 introduces many new features and functions, as is typical with a second point release, there are several specific things which need to be considered when upgrading.

Take a backup of the database before you do anything!
See here for how to backup (and restore):...

Read more about this resource...


Please note that in order to keep this discussion thread relevant and informative, off topic and other non-relevant posts will be removed.

The general feedback thread is here: http://xenforo.com/community/threads/xenforo-1-3-general-discussion-feedback.67122/
 
Just wondering if there is a timeline for this. I just purchased XF and am working on a dev server right now practicing imports and working on vbseo nginx rules so that the changeover can go smoothly.

My big question is that if I am targeting a change over the weekend of 15-16 March should I be using 1.2.5 or a 1.3 beta to test with. If 1.3 will be out by that weekend then I may just practice with that route.
 
I get this error going from 1.2.5 to 1.3:

Code:
Server Error
Mysqli statement execute error : Duplicate entry '749-2' for key 'definition_id_style_id'

[LIST=1]
[*]Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
[*]Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
[*]Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 632
[*]Zend_Db_Adapter_Abstract->update() in XenForo/Model/StyleProperty.php at line 2401
[*]XenForo_Model_StyleProperty->importStylePropertiesFromArray() in XenForo/Model/StyleProperty.php at line 2305
[*]XenForo_Model_StyleProperty->importStylePropertyXml() in XenForo/Model/StyleProperty.php at line 2238
[*]XenForo_Model_StyleProperty->importStylePropertyDevelopmentXml() in XenForo/Deferred/ImportMasterData.php at line 26
[*]XenForo_Deferred_ImportMasterData->execute() in XenForo/Deferred/Atomic.php at line 66
[*]XenForo_Deferred_Atomic->execute() in XenForo/Model/Deferred.php at line 256
[*]XenForo_Model_Deferred->runDeferred() in XenForo/Model/Deferred.php at line 390
[*]XenForo_Model_Deferred->_runInternal() in XenForo/Model/Deferred.php at line 316
[*]XenForo_Model_Deferred->runByUniqueKey() in XenForo/Install/Controller/Abstract.php at line 34
[*]XenForo_Install_Controller_Abstract->_manualDeferredRunner() in XenForo/Install/Controller/Upgrade.php at line 221
[*]XenForo_Install_Controller_Upgrade->actionRunDeferred() in XenForo/FrontController.php at line 347
[*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]XenForo_FrontController->run() in /home/zoldos/public_html/install/index.php at line 18
[/LIST]

I have a bunch of addons. Any help please? I can't access Admin now as it just says "waiting to be upgraded". Help!
 
I made a test copy of my 1.2.5 forum, uninstalled ALL add-ons except Nodes as Tabs 1.2.2 and now get this error, note the "duplicate entry" error is different this time. I have no idea what to do....

Code:
Server Error
Mysqli statement execute error : Duplicate entry '690-2' for key 'definition_id_style_id'

[LIST=1]
[*]Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
[*]Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
[*]Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 632
[*]Zend_Db_Adapter_Abstract->update() in XenForo/Model/StyleProperty.php at line 2401
[*]XenForo_Model_StyleProperty->importStylePropertiesFromArray() in XenForo/Model/StyleProperty.php at line 2305
[*]XenForo_Model_StyleProperty->importStylePropertyXml() in XenForo/Model/StyleProperty.php at line 2238
[*]XenForo_Model_StyleProperty->importStylePropertyDevelopmentXml() in XenForo/Deferred/ImportMasterData.php at line 26
[*]XenForo_Deferred_ImportMasterData->execute() in XenForo/Deferred/Atomic.php at line 66
[*]XenForo_Deferred_Atomic->execute() in XenForo/Model/Deferred.php at line 256
[*]XenForo_Model_Deferred->runDeferred() in XenForo/Model/Deferred.php at line 390
[*]XenForo_Model_Deferred->_runInternal() in XenForo/Model/Deferred.php at line 316
[*]XenForo_Model_Deferred->runByUniqueKey() in XenForo/Install/Controller/Abstract.php at line 34
[*]XenForo_Install_Controller_Abstract->_manualDeferredRunner() in XenForo/Install/Controller/Upgrade.php at line 221
[*]XenForo_Install_Controller_Upgrade->actionRunDeferred() in XenForo/FrontController.php at line 347
[*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]XenForo_FrontController->run() in /home/zoldos/public_html/xen_backup/install/index.php at line 18
[/LIST]
 
Ignore the error and retry (possible just refresh, alternatively you may need to go to <install>/upgrade/ again). It will get passed it.
 
Top Bottom