Starshot errors like: Language module that will not be installed after import

Created on 9 August 2024, 4 months ago
Updated 27 August 2024, 4 months ago

Problem/Motivation

When trying to fix this:

πŸ› SDDS: This block is broken or missing errors Fixed

Got these:

Configuration field.field.node.event.field_location depends on the Content Translation module that will not be installed after import.
Configuration language.entity.en depends on the Language module that will not be installed after import.
Configuration language.entity.und depends on the Language module that will not be installed after import.
Configuration language.entity.zxx depends on the Language module that will not be installed after import.
Configuration language.mappings depends on the Language module that will not be installed after import.
Configuration language.negotiation depends on the Language module that will not be installed after import.
Configuration language.types depends on the Language module that will not be installed after import.
Unable to provision theme_settings: There were errors validating the config synchronization. Configuration <em class="placeholder">field.field.node.event.field_location</em> depends on the <em class="placeholder">Content Translation</em> module that will not be installed after import. Configuration <em class="placeholder">language.entity.en</em> depends on the <em class="placeholder">Language</em> module that will not be installed after import. Configuration <em class="placeholder">language.entity.und</em> depends on the <em class="placeholder">Language</em> module that will not be installed after import. Configuration <em class="placeholder">language.entity.zxx</em> depends on the <em class="placeholder">Language</em> module that will not be installed after import. Configuration <em class="placeholder">language.mappings</em> depends on the <em class="placeholder">Language</em> module that will not be installed after import. Configuration <em class="placeholder">language.negotiation</em> depends on the <em class="placeholder">Language</em> module that will not be installed after import. Configuration <em class="placeholder">language.types</em> depends on the <em class="placeholder">Language</em> module that will not be installed after import.

Steps to reproduce

Proposed resolution

Fix it :)

Remaining tasks

Debug and fix.

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Kristen Pol
  • Issue was unassigned.
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Get errors when trying to enable language. It's unclear where this config is coming from.

    kristens-mbp-2:experience_builder kristenpol$ dden language
    
    In PreExistingConfigException.php line 65:
                                                                                                                                                                     
      Configuration objects (language.entity.en, language.entity.und, language.entity.zxx, language.mappings, language.negotiation, language.types) provided by lan  
      guage already exist in active configuration                                                                                                                    
                                                                                                                                                                     
    
    Failed to run drush en language: exit status 1
    
    
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Same for content_translation since language is dependency:

    kristens-mbp-2:experience_builder kristenpol$ dden content_translation
    The following module(s) will be enabled: content_translation, language
    
     Do you want to continue? (yes/no) [yes]:
     > 
    
    
    In PreExistingConfigException.php line 65:
                                                                                                                                                                     
      Configuration objects (language.entity.en, language.entity.und, language.entity.zxx, language.mappings, language.negotiation, language.types) provided by lan  
      guage already exist in active configuration                                                                                                                    
                                                                                                                                                                     
    
    Failed to run drush en content_translation: exit status 1
    
    
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Link to issue in summary and change parent.

  • Assigned to Kristen Pol
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Add related error to list.

  • Issue was unassigned.
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    This seems to be a starshot bug so moving to that queue.

    For some reason, the language and content_translation modules weren't installed when doing the ddev quick-start so there are errors:

    Here are other errors when doing quick-start:

     [warning] The "help_block" was not found
     [warning] The "field_block:node:event:field_image" was not found
     [warning] The "extra_field_block:node:event:links" was not found
     [warning] The "field_block:node:event:body" was not found
     [warning] The "field_block:node:event:field_date_time" was not found
     [warning] The "field_block:node:event:field_location" was not found
     [warning] The "field_block:node:event:field_meta_tags" was not found
     [warning] The "field_block:node:event:field_map_location" was not found
     [warning] The "field_block:node:event:field_image" was not found
     [warning] The "extra_field_block:node:event:links" was not found
     [warning] The "field_block:node:event:body" was not found
     [warning] The "field_block:node:event:field_date_time" was not found
     [warning] The "field_block:node:event:field_location" was not found
     [warning] The "field_block:node:event:field_meta_tags" was not found
     [warning] The "field_block:node:event:field_map_location" was not found
     [warning] The "block_content:aa33cb62-047a-4695-a523-aa43266c2bb3" was not found
    
  • Status changed to Postponed 4 months ago
  • πŸ‡¦πŸ‡ΊAustralia pameeela

    Postponing since I assume this is from the prototype, we should reassess when drupal_cms has a dev release.

  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Sounds good πŸ‘

  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Using Drupal CMS, the only errors left are:

     [warning] The "help_block" was not found
     [warning] The "block_content:aa33cb62-047a-4695-a523-aa43266c2bb3" was not found
    
  • πŸ‡¦πŸ‡ΊAustralia pameeela

    @kristen pol to avoid confusion, it might be best to close this and create a new issue in the Drupal CMS project -- what do you think?

  • Status changed to Closed: outdated 4 months ago
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Let’s close it and I’ll create a new one if I see the error again.

Production build 0.71.5 2024