- Issue created by @loopy1492
- πΊπΈUnited States loopy1492
Downgrading the module to 3.31 causes the error to disappear. This seems to indicate it is an issue with 3427365 somehow.
- πΊπΈUnited States loopy1492
This error appears simultaneously when the theme upgrades past 3.31:
Deprecated function: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in Drupal\Core\Extension\ExtensionPathResolver->getPath() (line 85 of core/lib/Drupal/Core/Extension/ExtensionPathResolver.php).
...specifically, in relation to LibraryDiscoveryParser->buildByExtension() which would indicate an issue with including the library. We definitely have the https://www.drupal.org/project/jquery_ui_resizable β installed and enabled. If some other step is required, I haven't seen that indicated anywhere in any documentation.
- Status changed to Fixed
13 days ago 7:16pm 15 July 2025 - π¨π¦Canada joseph.olstad
Have you tried the latest releases 3.35 or 3.36?
βββ β joseph.olstad laptop βΆ ~/drupal.org/bootstrap βΆ π9 π23 π0 βΆ π 8.x-3.x βΆ
β°β― $ grep jquery_ui_resi * -iRbootstrap.info.yml: - jquery_ui_resizable:jquery_ui_resizable bootstrap.libraries.yml: - jquery_ui_resizable/resizable composer.json: "drupal/jquery_ui_resizable": "^2.1.0",
Please also review the release notes:
Important Notes
There are new dependencies. However, since this is a theme, it cannot enable those modules through an update hook. After updating, enable/install these modules:
- jquery_ui
- jquery_ui_draggable
- jquery_ui_resizable