Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 18, 2024Jul 18 Hi, We are trying to create a new forum and below is the error I am seeing when trying to create one..Can anyone suggest what might be the issue. INSERT INTO `forums_forums` ( `parent_id`, `forums_bitoptions`, `position` ) VALUES ( '2', 0, 13 ) IPS\Db\Exception: Field 'max_threads_error' doesn't have a default value (1364) #0 /home/nginx/domains/testdomain.com/public/system/Db/Db.php(941): IPS\_Db->preparedQuery() #1 /home/nginx/domains/testdomain.com/public/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert() #2 /home/nginx/domains/testdomain.com/public/system/Node/Model.php(2530): IPS\Patterns\_ActiveRecord->save() #3 /home/nginx/domains/testdomain.com/public/applications/forums/sources/Forum/Forum.php(1327): IPS\Node\_Model->save() #4 /home/nginx/domains/testdomain.com/public/system/Node/Controller.php(420): IPS\forums\_Forum->formatFormValues() #5 /home/nginx/domains/testdomain.com/public/applications/forums/modules/admin/forums/forums.php(132): IPS\Node\_Controller->form() #6 /home/nginx/domains/testdomain.com/public/system/Dispatcher/Controller.php(107): IPS\forums\modules\admin\forums\_forums->form() #7 /home/nginx/domains/testdomain.com/public/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #8 /home/nginx/domains/testdomain.com/public/applications/forums/modules/admin/forums/forums.php(44): IPS\Node\_Controller->execute() #9 /home/nginx/domains/testdomain.com/public/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\admin\forums\_forums->execute() #10 /home/nginx/domains/testdomain.com/public/admin/index.php(13): IPS\_Dispatcher->run() #11 {main}
July 18, 2024Jul 18 The column max_threads_error is not a default one. It was added by a modification you installed at some point. You'll need to contact the modification's developer for support.
July 18, 2024Jul 18 Author I have disabled all the plugins and tried but still seeing the same error...not sure how to identify the issue and what is causing it.
July 18, 2024Jul 18 Solution Disabling plugins will not change the column being present that has the issue. The only option would be to get the issue resolved or the issue removed (by removing the plugin or application that adds that item)
July 23, 2024Jul 23 Author Removed the column added by third party application and now its working as expected. Thanks a lot for you help on this.