XF 2.1 Old add-on Keeping me from Making New Forum Nodes

Damnlag

Member
I was at one time using the add-on Thread Stencil, but I don't believe it is available on XF 2.0+. It apparently is causing issues within my forum when I try to make a new Forum Child node this following error comes up.

The addon thread stencil was uninstalled.

I'm currently 2.1.3 version.

Any idea on how I can fix this?

Code:
XF\Db\Exception: MySQL query error [1364]: Field 'thread_stencil' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 217
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 218
XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1452
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1184
XF\Mvc\Entity\Entity->save() in src/XF/Mvc/Entity/Entity.php at line 1202
XF\Mvc\Entity\Entity->save() in src/XF/Mvc/FormAction.php at line 69
XF\Mvc\FormAction->XF\Mvc\{closure}() in src/XF/Mvc/FormAction.php at line 187
XF\Mvc\FormAction->run() in src/XF/Admin/Controller/AbstractNode.php at line 110
XF\Admin\Controller\AbstractNode->actionSave() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2178
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13
 
The add-on made database changes, which unfortunately won't be undone when uninstalling legacy add-ons from XF2. You'd probably be best contacting the author of the add-on to know what changes should be applied, but at the very least you're going to want to drop the thread_stencil column from the xf_node column (or add a default value for it, if you wanted to preserve the data).
 
If it's related to a third party add-on then it's not something we would deal with in a ticket.

As above, the full error title and stack trace are required to attempt to determine what may be causing it.
 
Top Bottom