preloader

Tag: Composer

How to fix jQuery UI missing module warnings in Drupal 11 after upgrade

How to fix jQuery UI missing module warnings in Drupal 11 after upgrade

Overview After upgrading to Drupal 10 or 11 and running drush updb, you may see warnings such as: Missing jquery_ui_datepicker Missing jquery_ui_tabs Missing jquery_ui_tooltip Errors referencing system.schema or core.extension Even though your Drupal website works, these warnings indicate stale configuration from removed core modules. Example of exact error: [warning] (Currently.

Drupal error /vendor/bin/drush: Permission denied when running drush updb

Drupal error /vendor/bin/drush: Permission denied when running drush updb

If you encounter a vendor directory related permission denied error after running drush updb or drush updatedb in Drupal 10 similar to: In SiteProcess.php line 214: The command “/home/account/public_html/vendor/bin/drush updatedb:status –strict=0 –uri=de fault” failed. Exit Code: 126(Invoked command cannot execute) Working directory: Output: ================ Error Output: ================ sh: /home/account/public_html/vendor/bin/drush: Permission.

[SOLVED] Installation failed, reverting ./composer.json and ./composer.lock to their original content. [RuntimeException] Could not delete /sites/default/default.settings.php or default.services.yml

[SOLVED] Installation failed, reverting ./composer.json and ./composer.lock to their original content. [RuntimeException] Could not delete /sites/default/default.settings.php or default.services.yml

On Drupal 8, 9, or even Drupal 10, you might encounter any of the following error messages when running Drush or Composer commands in the command line. For instance, any of these errors can happen while installing a new module via composer, or running drush updb, or any CLI commands:.