The specified library "bootstrap/drupal.tableheader" does not exist

Created on 25 December 2024, 4 months ago

Problem/Motivation

Recently I upgraded to Drupal 10.3.10 and it broke my website. I started getting an error about the Bootstrap theme TypeError: Drupal\Core\Theme\Registry::__construct(): Argument #9 ($kernel) must be of type ?Symfony\Component\HttpKernel\HttpKernelInterface, string given, called in /var/www/html/web/themes/contrib/bootstrap/src/Plugin/Alter/ThemeRegistry.php on line 44 in Drupal\Core\Theme\Registry->__construct() (line 188 of core/lib/Drupal/Core/Theme/Registry.php).

I found this thread 🐛 Argument #9 ($kernel) must be of type ? Fixed , which suggested updating Bootstrap to the latest version and as soon as I did, I started getting a new error:

Drupal\Core\Asset\Exception\InvalidLibrariesExtendSpecificationException: The specified library "bootstrap/drupal.tableheader" does not exist. in Drupal\Core\Asset\LibraryDiscoveryCollector->applyLibrariesExtend() (line 155 of core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php).

I tried searching online, but couldn't find any threads anywhere about this error.

My default theme is a subtheme of Bootstrap.

Steps to reproduce

1. Install Drupal 10.3.10
2. Install Bootstrap theme
3. Create a subtheme of the bootstrap theme and set that as the default theme

Any help would be greatly appreciated!

💬 Support request
Status

Active

Version

3.34

Component

Code

Created by

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

Comments & Activities

Production build 0.71.5 2024