XF 2.3 Problem when writing a new topic

Welcome.
I restored my old website by uploading its files and uploading the database, and the process was completed successfully..
But the problem is that an error appears when trying to write a new topic (note that the problem does not exist in the responses..
This is the error code:
Code:
XF\Db\Exception: MySQL query error [1364]: Field 'andy_meta_title' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 230
 

    XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 207

    XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 83

    XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96

    XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 219

    XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1570

    XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1300

    XF\Mvc\Entity\Entity->save() in src/XF/Service/Thread/CreatorService.php at line 533

    XF\Service\Thread\CreatorService->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 42

    XF\Service\Thread\CreatorService->save() in src/XF/Pub/Controller/ForumController.php at line 961

    XF\Pub\Controller\ForumController->actionPostThread() in src/XF/Mvc/Dispatcher.php at line 362

    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264

    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121

    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63

    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826

    XF\App->run() in src/XF.php at line 806

    XF::runApp() in index.php at line 23
 
The issue is due to a disabled add-on related to andy_meta_title which has an incorrect DB schema.

You can enable the add-on or contact the author for assistance by posting in the resource thread.
 
Back
Top Bottom