Jump to content

Pages - exception when sent a new record with tags


Go to solution Solved by Jim M,

Recommended Posts

Hey,

I have an exception errors when sending a record which have tags:

INSERT INTO `core_tags` ( `tag_aai_lookup`, `tag_aap_lookup`, `tag_meta_app`, `tag_meta_area`, `tag_meta_id`, `tag_meta_parent_id`, `tag_member_id`, `tag_added`, `tag_prefix`, `tag_text` ) VALUES ( '2541b349b29227472563667dec6d2729', '8d9ff1b0d25b87ec853c817a3395705a', 'cms', 'records3', NULL, 5, 1, 1661602818, false, 'vnc' ) ON DUPLICATE KEY UPDATE `tag_aai_lookup`=VALUES(`tag_aai_lookup`), `tag_aap_lookup`=VALUES(`tag_aap_lookup`), `tag_meta_app`=VALUES(`tag_meta_app`), `tag_meta_area`=VALUES(`tag_meta_area`), `tag_meta_id`=VALUES(`tag_meta_id`), `tag_meta_parent_id`=VALUES(`tag_meta_parent_id`), `tag_member_id`=VALUES(`tag_member_id`), `tag_added`=VALUES(`tag_added`), `tag_prefix`=VALUES(`tag_prefix`), `tag_text`=VALUES(`tag_text`)
IPS\Db\Exception: Column 'tag_meta_id' cannot be null (1048)
#0 /home/devhubco/public_html/boards/system/Db/Db.php(941): IPS\_Db->preparedQuery()
#1 /home/devhubco/public_html/boards/system/Content/Item.php(8013): IPS\_Db->insert()
#2 /home/devhubco/public_html/boards/init.php(927) : eval()'d code(89): IPS\Content\_Item->setTags()
#3 /home/devhubco/public_html/boards/system/Content/Item.php(579): IPS\Content\radtags_hook_C_ContentItem->setTags()
#4 /home/devhubco/public_html/boards/init.php(927) : eval()'d code(253): IPS\Content\_Item->processForm()
#5 /home/devhubco/public_html/boards/applications/cms/sources/Records/Records.php(1249): IPS\Content\radtags_hook_C_ContentItem->processForm()
#6 /home/devhubco/public_html/boards/system/Content/Item.php(413): IPS\cms\_Records->processForm()
#7 /home/devhubco/public_html/boards/applications/cms/sources/Records/Records.php(2466): IPS\Content\_Item::createFromForm()
#8 /home/devhubco/public_html/boards/system/Content/Item.php(143): IPS\cms\_Records::createFromForm()
#9 /home/devhubco/public_html/boards/applications/cms/modules/front/database/category.php(744): IPS\Content\_Item::create()
#10 /home/devhubco/public_html/boards/system/Dispatcher/Controller.php(107): IPS\cms\modules\front\database\_category->form()
#11 /home/devhubco/public_html/boards/applications/cms/sources/Databases/Dispatcher.php(327): IPS\Dispatcher\_Controller->execute()
#12 /home/devhubco/public_html/boards/applications/cms/widgets/Database.php(128): IPS\cms\Databases\_Dispatcher->run()
#13 /home/devhubco/public_html/boards/applications/cms/sources/Pages/Page.php(1289): IPS\cms\widgets\_Database->render()
#14 /home/devhubco/public_html/boards/applications/cms/sources/Pages/Page.php(2269): IPS\cms\Pages\_Page->getWidgets()
#15 /home/devhubco/public_html/boards/applications/cms/modules/front/pages/page.php(227): IPS\cms\Pages\_Page->output()
#16 /home/devhubco/public_html/boards/system/Dispatcher/Controller.php(107): IPS\cms\modules\front\pages\_page->__call()
#17 /home/devhubco/public_html/boards/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute()
#18 /home/devhubco/public_html/boards/system/Dispatcher/Dispatcher.php(153): IPS\cms\modules\front\pages\_page->execute()
#19 /home/devhubco/public_html/boards/index.php(13): IPS\_Dispatcher->run()
#20 {main}
Back trace:
#0 /home/devhubco/public_html/boards/init.php(1029): IPS\_Log::log()
#1 [internal function]: IPS\IPS::exceptionHandler()
#2 {main}

 

Link to comment
Share on other sites

  • Solution

This looks like an error coming from a third party application/plugin Radical tags. Please ensure it is compatible with the release you're on and work with the author to resolve it as third party applications/plugins are outside our scope of support.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...