XF 1.5 Mysqli statement execute error : Incorrect integer value: 'privacy-policy-old' for column 'page_id' at row 1 in Zend/Db/Statement/Mysqli.php on line 2

rdn

Well-known member
I got this problem during upgrade :-(
Too bad I encounter and do it on Live Site now.

Code:
Running upgrade to 1.5.20 Beta 1, step 5...                                     
An exception occurred: Mysqli statement execute error : Incorrect integer value: 'privacy-policy-old' for column 'page_id' at row 1 in Zend/Db/Statement/Mysqli.php on line 214
#0 Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `xf_help...', Array)
#3 XenForo/Install/Upgrade/1052031-1520b1.php(96): Zend_Db_Adapter_Abstract->update('xf_help_page', Array, '(page_id = 1)')
#4 XenForo/Install/run-upgrade.php(123): XenForo_Install_Upgrade_1052031->step5(0, Array, Object(XenForo_Install_Controller_Upgrade))
#5 {main}
 
Top Bottom