Closed MarkusLutum closed 3 years ago
Started debugging. ( with another plugin content item with id 1819 which then reports 1820 does not exist ) See variables screenshot and the post.... It looks like that the setting.template property has no id set so I assume the backend just increases it by one... which does not exists Is it only an local issue on my system? I use t3Bootstrap as the basis.... don't know if this is a side effect
Have just updated to the latest git state which includes the fix for #57. Looks like the same one. Close this as duplicate of #57
Just installed 5.0.1 first time on my typo3 10.4.15
I have not changed any configuration or registered an own template yet. Whenever I create a new "general plugin" and select the plugin and press save it seams to be initially saved but each change tries to update an tt_content id which does not exists (actual +1)
last entry in my tt_content is: INSERT INTO\n \n <sheet index=\"sDEF\">\n <language index=\"lDEF\">\n <field index=\"settings.feedUrl\">\n <value index=\"vDEF\">http://www.w3.org/blog/news/feed/atom\n \n <field index=\"settings.numberOfItems\">\n <value index=\"vDEF\">10\n \n \n \n \n ','',0,'',0,_binary 'a:28:{s:5:\"CType\";N;s:6:\"colPos\";N;s:6:\"header\";N;s:13:\"header_layout\";N;s:15:\"header_position\";N;s:4:\"date\";N;s:11:\"header_link\";N;s:9:\"subheader\";N;s:9:\"list_type\";N;s:11:\"pi_flexform\";N;s:14:\"bg_color_class\";N;s:11:\"frame_class\";N;s:18:\"space_before_class\";N;s:17:\"space_after_class\";N;s:17:\"padding_top_class\";N;s:20:\"padding_bottom_class\";N;s:7:\"effects\";N;s:11:\"fixed_image\";N;s:12:\"sectionIndex\";N;s:9:\"linkToTop\";N;s:16:\"sys_language_uid\";N;s:6:\"hidden\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;s:8:\"editlock\";N;s:10:\"categories\";N;s:14:\"rowDescription\";N;}',NULL,'',0,NULL,0,0,'',NULL,124,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,0,0,'','','','','',0,NULL,'Default',0,'',0,0,'',7);
tt_content
VALUES (1818,294,0,0,0,0,0,0,0,0,1620202012,1620202010,1,0,128,'list','',NULL,0,0,0,2,0,0,0,0,0,NULL,'',0,0,181525,'','','',0,'0','rssdisplay_pi1',1,0,NULL,0,'','',0,0,0,0,0,'<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>\nAny quick idea before I start debugging?