Problem/Motivation

Having the following fatal error message.
After #3266511: [Barrio] Details elements have incorrect aria-describedby attributes

The 'core_version_requirement' constraint (^9.4 || ^10) requires the 'core' key not be set in bootstrap_barrio.info.yml

Additional uncaught exception thrown while handling exception.
Original
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9.4 || ^10) requires the 'core' key not be set in themes/contrib/bootstrap_barrio/bootstrap_barrio.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of /var/www/html/dev/drupal9test/docroot/core/lib/Drupal/Core/Extension/InfoParserDynamic.php).

Drupal\Core\Extension\InfoParserDynamic->parse() (Line: 22)
Drupal\Core\Extension\InfoParser->parse() (Line: 554)
Drupal\Core\Extension\ExtensionList->createExtensionInfo() (Line: 266)
Drupal\Core\Extension\ThemeExtensionList->createExtensionInfo() (Line: 316)
Drupal\Core\Extension\ExtensionList->doList() (Line: 113)
Drupal\Core\Extension\ThemeExtensionList->doList() (Line: 282)
Drupal\Core\Extension\ExtensionList->getList() (Line: 70)
_drupal_maintenance_theme() (Line: 506)
drupal_maintenance_theme() (Line: 516)
install_begin_request() (Line: 116)
install_drupal() (Line: 48)
Additional
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9.4 || ^10) requires the 'core' key not be set in themes/contrib/bootstrap_barrio/bootstrap_barrio.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of /var/www/html/dev/drupal9test/docroot/core/lib/Drupal/Core/Extension/InfoParserDynamic.php).

Drupal\Core\Extension\InfoParserDynamic->parse() (Line: 22)
Drupal\Core\Extension\InfoParser->parse() (Line: 554)
Drupal\Core\Extension\ExtensionList->createExtensionInfo() (Line: 266)
Drupal\Core\Extension\ThemeExtensionList->createExtensionInfo() (Line: 316)
Drupal\Core\Extension\ExtensionList->doList() (Line: 113)
Drupal\Core\Extension\ThemeExtensionList->doList() (Line: 282)
Drupal\Core\Extension\ExtensionList->getList() (Line: 70)
_drupal_maintenance_theme() (Line: 506)
drupal_maintenance_theme() (Line: 1025)
install_display_output() (Line: 271)
_drupal_log_error() (Line: 365)

Proposed resolution

Remove core: 8.x from the bootstrap_barrio.info.yml file.

Remaining tasks

  • File an issue
  • MR/Patch fix
  • Test
  • Review

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A
CommentFileSizeAuthor
#3 3343090-3.patch459 bytesrajab natshah
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Rajab Natshah created an issue. See original summary.

rajab natshah’s picture

StatusFileSize
new459 bytes
rajab natshah’s picture

rajab natshah’s picture

Status: Active » Needs review
hatuhay’s picture

Status: Needs review » Fixed
rajab natshah’s picture

Thank you, Alberto for the quick fix release.

Not sure if changes was committed/pushed before the 5.1.9 release
https://git.drupalcode.org/project/bootstrap_barrio/-/blob/5.1.9/bootstr...

vselivanov’s picture

Version: 5.1.8 » 5.1.9
Priority: Normal » Major
Status: Fixed » Needs work

Yes, it's not in the 5.1.9 release. Need to apply patch.

hatuhay’s picture

My mistake, suggested commit message with syntax errors throws error message I did not saw.

hatuhay’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.