Backdrop 1.19
Feeds 1.1.1
Feeds Tamper 1.2.2
I've created a Feeds Importer with one item for a taxonomy term...
Catalog (taxonomy_catalog)
with "Search taxonomy terms by - Term name"
Auto create
Create the term if it doesn't exist.
I then go into Tamper and add a Plugin to "Explode" and use ">" as the string separator... and save etc...
I go back to import and it fails with an error...
Missing bundle property on entity of type taxonomy_term
So When I then go back to Edit the feed and "Node Processor" "Mappings" and check the settings for Catalog... and save...the go back to Tamper, the Plugin isn't there.
Is this a bug or am I missing something?
Hope someone can help.
Thanks in advance.
Steve
Recent comments
UPDATE: I fixed the errors that I found in the logs. They were related to deleting an old blog content type pulled over from Drupal that was still referenced in one of the layouts. I updated...
missing "add block" in custom layout
Hmmm... this sounds like a bug with Copy Blocks. Would this possibly be related: https://github.com/backdrop-contrib/copy_blocks/issues/26 https://github.com/backdrop-contrib/...
missing "add block" in custom layout
Also this error: Warning: Undefined array key "blog" in summary() (line 63 of /app/core/modules/layout/plugins/access/entity_bundle_layout_access.inc). I did recently delete an old blog...
missing "add block" in custom layout
I don't see any errors in the browser console, but there's this error in the logs Warning: Trying to access array offset on null in summary() (line 63 of /app/core/modules/layout/plugins/...
missing "add block" in custom layout
What's missing there is the dropbutton, which is rendered by Javascript. Have you checked the browser's console for Javascript errors? Also check the site log just in case.
missing "add block" in custom layout