be03f342b8
The actual error is in core/modules/content_translation/src/ContentTranslationManager.php here: foreach ($bundles as $bundle) { $config = $this->loadContentLanguageSettings($entity_type_id, $bundle); if ($config->getThirdPartySetting('content_translation', 'enabled', FALSE)) { $enabled = TRUE; break; } } Something caused ane error like this, during configuration import: [notice] Synchronized configuration: create views.view.who_s_new in language.es. Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php on line 99 #0 /var/www/drutopia/web/core/modules/content_translation/content_translation.module(180): Drupal\content_translation\ContentTranslationManager->isEnabled('group', '') Error: Call to a member function getThirdPartySetting() on null in Drupal\content_translation\ContentTranslationManager->isEnabled() (line 99 of /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php). PHP Fatal error: Uncaught Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php:99 Stack trace: Fatal error: Uncaught Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php:99 Stack trace: (See agaric-com snippets) The next thing that showed up on another try is the config we tried.
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
uuid: d29088c7-133a-4d1b-8ff0-ec4e84315a37
|
|
langcode: en
|
|
status: true
|
|
dependencies:
|
|
config:
|
|
- core.entity_view_mode.node.rss_teaser
|
|
- field.field.node.blog.body
|
|
- field.field.node.blog.comment
|
|
- field.field.node.blog.field_authors
|
|
- field.field.node.blog.field_body_paragraph
|
|
- field.field.node.blog.field_image
|
|
- field.field.node.blog.field_meta_tags
|
|
- field.field.node.blog.field_summary
|
|
- field.field.node.blog.field_tags
|
|
- field.field.node.blog.field_topics
|
|
- node.type.blog
|
|
module:
|
|
- ds
|
|
- paragraphs
|
|
- user
|
|
_core:
|
|
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
|
|
id: node.blog.rss_teaser
|
|
targetEntityType: node
|
|
bundle: blog
|
|
mode: rss_teaser
|
|
third_party_settings: { }
|
|
content:
|
|
field_body_paragraph:
|
|
type: paragraph_summary
|
|
weight: 0
|
|
region: content
|
|
label: hidden
|
|
settings: { }
|
|
third_party_settings:
|
|
ds:
|
|
ds_limit: ''
|
|
links:
|
|
weight: 1
|
|
region: content
|
|
settings: { }
|
|
third_party_settings: { }
|
|
hidden:
|
|
body: true
|
|
comment: true
|
|
field_authors: true
|
|
field_image: true
|
|
field_meta_tags: true
|
|
field_summary: true
|
|
field_tags: true
|
|
field_topics: true
|
|
indieweb_bridgypublishtwitter: true
|
|
indieweb_syndication: true
|