ekforum Posted March 22 Share Posted March 22 I get the following error code when I try to create a new forum section on the forum. Quote INSERT INTO `forums_forums` ( `parent_id`, `forums_bitoptions`, `position` ) VALUES ( '81', 0, 59 ) IPS\Db\Exception: Field 'topicrules_texto' doesn't have a default value (1364) #0 /var/www/clients/client1/web3/web/system/Db/Db.php(941): IPS\_Db->preparedQuery() #1 /var/www/clients/client1/web3/web/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert() #2 /var/www/clients/client1/web3/web/system/Node/Model.php(2525): IPS\Patterns\_ActiveRecord->save() #3 /var/www/clients/client1/web3/web/init.php(935) : eval()'d code(287): IPS\Node\_Model->save() #4 /var/www/clients/client1/web3/web/applications/forums/sources/Forum/Forum.php(1301): IPS\Node\radtags_hook_C_NodeModel->save() #5 /var/www/clients/client1/web3/web/init.php(935) : eval()'d code(90): IPS\forums\_Forum->formatFormValues() #6 /var/www/clients/client1/web3/web/system/Node/Controller.php(420): IPS\forums\hook1932->formatFormValues() #7 /var/www/clients/client1/web3/web/applications/forums/modules/admin/forums/forums.php(132): IPS\Node\_Controller->form() #8 /var/www/clients/client1/web3/web/system/Dispatcher/Controller.php(107): IPS\forums\modules\admin\forums\_forums->form() #9 /var/www/clients/client1/web3/web/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #10 /var/www/clients/client1/web3/web/applications/forums/modules/admin/forums/forums.php(44): IPS\Node\_Controller->execute() #11 /var/www/clients/client1/web3/web/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\admin\forums\_forums->execute() #12 /var/www/clients/client1/web3/web/admin/index.php(13): IPS\_Dispatcher->run() #13 {main} Anyone know how I can fix my forum? Many thanks! Link to comment Share on other sites More sharing options...
Randy Calvert Posted March 22 Share Posted March 22 (edited) This looks related to a 3rd party resource. Edited March 22 by Randy Calvert Link to comment Share on other sites More sharing options...
SeNioR- Posted March 22 Share Posted March 22 14 minutes ago, ekforum said: Field 'topicrules_texto' doesn't have a default value Link to comment Share on other sites More sharing options...
Adriano Faria Posted March 22 Share Posted March 22 47 minutes ago, ekforum said: I get the following error code when I try to create a new forum section on the forum. Anyone know how I can fix my forum? Many thanks! Uninstall the old plugin NEW TOPIC RULES you have. It is an app for a loooooong time and doesn't even has these fields anymore. ekforum 1 Link to comment Share on other sites More sharing options...
ekforum Posted March 22 Author Share Posted March 22 (edited) 38 minutes ago, Adriano Faria said: Uninstall the old plugin NEW TOPIC RULES you have. It is an app for a loooooong time and doesn't even has these fields anymore. Thank you, no app or plugin with that name that I can find unfortunately. 😞 I have checked in admin and also via FTP app/plugin folders Edited March 22 by ekforum Link to comment Share on other sites More sharing options...
Adriano Faria Posted March 22 Share Posted March 22 16 minutes ago, ekforum said: Thank you, no app or plugin with that name that I can find unfortunately. 😞 I have checked in admin and also via FTP app/plugin folders You need to access the PHPMYADMIN in your host to drop the columns started with topicrules_ from the forums_forums table and possibly from topic tables too. I can help you if you provide access. ekforum 1 Link to comment Share on other sites More sharing options...
ekforum Posted March 26 Author Share Posted March 26 On 3/22/2023 at 3:32 PM, Adriano Faria said: You need to access the PHPMYADMIN in your host to drop the columns started with topicrules_ from the forums_forums table and possibly from topic tables too. Awesome, that seems to have fixed it. Thank you for your assistance. Adriano Faria 1 Link to comment Share on other sites More sharing options...
ekforum Posted March 26 Author Share Posted March 26 Now it keeps logging me out after this chance. Despite being on a VPN without changing IP. Keeps logging me out of Admin. Link to comment Share on other sites More sharing options...
Recommended Posts