XF 1.3 Old Value Cannot Be Null

DRE

Well-known member
I'm not sure what this is about. I have four server errors like this made around the same time last night. I'm on XF 1.3 Beta 2.


Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Column 'old_value' cannot be null - library/Zend/Db/Statement/Mysqli.php:214
Generated By: verepaine, Yesterday at 11:58 PM
Stack Trace
#0 /home/dre/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/blah/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/blahpublic_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/blah/public_html/library/XenForo/Model/UserChangeLog.php(119): Zend_Db_Adapter_Abstract->insert('xf_user_change_...', Array)
#4 /home/blah/public_html/library/XenForo/Model/User.php(2794): XenForo_Model_UserChangeLog->logChanges(1629, Array, NULL)
#5 /home/blah/public_html/library/XenForo/DataWriter/User.php(1048): XenForo_Model_User->logChanges(1629, Array)
#6 /home/blah/public_html/library/EmailChangeHistory/DataWriter/User.php(24): XenForo_DataWriter_User->_postSave()
#7 /home/blah/public_html/library/XenMoods/XFCP/DataWriter/User.php(32): EmailChangeHistory_DataWriter_User->_postSave()
#8 /home/blah/public_html/library/XenForo/DataWriter.php(1397): XenMoods_XFCP_DataWriter_User->_postSave()
#9 /home/blah/public_html/library/XenForo/ControllerPublic/Account.php(751): XenForo_DataWriter->save()
#10 /home/blah/public_html/library/Nobita/DiscussionsPerPage/ControllerPublic/Account.php(7): XenForo_ControllerPublic_Account->actionPreferencesSave()
#11 /home/blah/public_html/library/XenForo/FrontController.php(347): Nobita_DiscussionsPerPage_ControllerPublic_Account->actionPreferencesSave()
#12 /home/blah/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/blah/public_html/index.php(13): XenForo_FrontController->run()
#14 {main}
Request State
array(3) {
["url"] => string(39) "https://8th.us/account/preferences-save"
["_GET"] => array(0) {
}
["_POST"] => array(14) {
["style_id"] => string(2) "91"
["language_id"] => string(1) "1"
["timezone"] => string(16) "America/New_York"
["default_watch_state"] => string(1) "1"
["enable_rte"] => string(1) "1"
["enable_flash_uploader"] => string(1) "1"
["content_show_signature"] => string(1) "1"
["custom_fields"] => array(10) {
["Fixed8th"] => string(0) ""
["contactspostbit"] => string(0) ""
["mavatar"] => string(0) ""
["profanity_filter"] => array(1) {
["yes"] => string(3) "yes"
}
["pavatar"] => string(0) ""
["profilebanner"] => string(85) "https://sphotos-b.xx.fbcdn.net/hphotos-snc7/309364_10150833811590411_2024854598_n.jpg"
["background2"] => string(0) ""
["largebackground2"] => string(0) ""
["background"] => string(0) ""
["largebackground"] => string(0) ""
}
["custom_fields_shown"] => array(10) {
[0] => string(8) "Fixed8th"
[1] => string(15) "contactspostbit"
[2] => string(7) "mavatar"
[3] => string(16) "profanity_filter"
[4] => string(7) "pavatar"
[5] => string(13) "profilebanner"
[6] => string(11) "background2"
[7] => string(16) "largebackground2"
[8] => string(10) "background"
[9] => string(15) "largebackground"
}
["threads"] => string(2) "30"
["posts"] => string(2) "50"
["conversations"] => string(2) "30"
["save"] => string(12) "Save Changes"
["_xfToken"] => string(8) "********"
}
}
 
Top Bottom