XF 1.3 Field 'marked_solution' doesn't have a default value

BoomBoomUlli

Active member
The next Problem.
Can anybody Please Help ?

Code:
#0 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Statement.php(317): Zend_Db_Statement_Mysqli->_execute(Array)
#1 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Adapter\Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Adapter\Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_post', Array)
#4 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\DataWriter.php(1613): XenForo_DataWriter->_insert()
#5 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\DataWriter.php(1405): XenForo_DataWriter->_save()
#6 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\ControllerPublic\Thread.php(549): XenForo_DataWriter->save()
#7 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Waindigo\Trophies\Extend\XenForo\ControllerPublic\Thread.php(34): XenForo_ControllerPublic_Thread->actionAddReply()
#8 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\FrontController.php(347): Waindigo_Trophies_Extend_XenForo_ControllerPublic_Thread->actionAddReply()
#9 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\index.php(13): XenForo_FrontController->run()
#11 {main}
 
The name of the add-on is in the error.
That's not necessarily the add-on that is causing it.

In fact, with the error as it is, it's most likely that the add-on causing the issue is not active or not installed.

It may be that while the add-on that causes this issue is activated, the DataWriter is handling the default value going into the database. But once it is deactivated, the DataWriter is no longer sending any value to the database and if the column does not have a default value set, this error happens.

It's a really bad practice for add-on developers to miss details such as that.

Could you list all your add-ons, even those that are disabled?

I would expect that you maybe have some sort of add-on installed that allows a post in a thread to be marked as an "answer" or "solution" to the thread? And maybe that is currently disabled. Does the error go away if you ENABLE it?
 
Top Bottom