XF 1.3 Error following upgrade

I upgraded my board today to 1.3 and am now getting the following error in my AdminCP:

Server Error
Mysqli prepare error: Unknown column 'template_map.template_final' in 'field list'

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in TMS/Model/Template.php at line 228
  6. TMS_Model_Template->fetchAllKeyed() in XenForo/Model/Template.php at line 433
  7. XenForo_Model_Template->getOutdatedTemplates() in XenForo/ControllerAdmin/Template.php at line 829
  8. XenForo_ControllerAdmin_Template->actionOutdated() in XenForo/FrontController.php at line 347
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /var/www/vhosts/voyageronline.com.au/httpdocs/community/admin.php at line 13

Seeing outdated template errors in there thought it was just that, but when I click on outdated templates I get the same error, so can't correct it.

Any thoughts?

Thank you,
 
I upgraded my board today to 1.3 and am now getting the following error in my AdminCP:

Server Error
Mysqli prepare error: Unknown column 'template_map.template_final' in 'field list'

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in TMS/Model/Template.php at line 228
  6. TMS_Model_Template->fetchAllKeyed() in XenForo/Model/Template.php at line 433
  7. XenForo_Model_Template->getOutdatedTemplates() in XenForo/ControllerAdmin/Template.php at line 829
  8. XenForo_ControllerAdmin_Template->actionOutdated() in XenForo/FrontController.php at line 347
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /var/www/vhosts/voyageronline.com.au/httpdocs/community/admin.php at line 13

Seeing outdated template errors in there thought it was just that, but when I click on outdated templates I get the same error, so can't correct it.

Any thoughts?

Thank you,

Looks to have something to do with the Template Modification System add on.

Disable the add on and uninstall it.
 
Top Bottom