XF 1.5 Mysqli statement execute error : Field 'explicit_og_image' doesn't have a default value

Nirjonadda

Well-known member
I am getting this Server Error Logs. Please let me know the fix.

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'explicit_og_image' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Generated By: pocapoca, Today at 4:24 PM
Stack Trace

#0 /home/nadda/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/nadda/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/nadda/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/nadda/public_html/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_thread', Array)
#4 /home/nadda/public_html/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /home/nadda/public_html/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /home/nadda/public_html/library/XenForo/ControllerPublic/Forum.php(830): XenForo_DataWriter->save()
#7 /home/nadda/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Forum->actionAddThread()
#8 /home/nadda/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/nadda/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}

Request State

array(3) {
  ["url"] => string(47) "https://site.com/forums/85/add-thread"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(8) {
    ["_xfToken"] => string(8) "********"
    ["tinhte_xentag_tags_text"] => string(0) ""
    ["tags"] => string(0) ""
    ["title"] => string(59) "I Daniel Blake (2016) BluRay 1080p DTS-HD MA 5 1 x264-MTeam"
    ["message"] => string(2439) "I Daniel Blake (2016) BluRay 1080p DTS-HD MA 5.1 x264-MTeam
 
This will be related to an add-on. Specifically, it's likely related to a disabled add-on (that has a badly defined column). Hopefully "explicit_og_image" gives you some idea of what it's related to.
 
Top Bottom