After a server migration, I'm getting this error:

Uncaught PHP Exception Drupal\\Core\\Asset\\Exception\\InvalidLibrariesExtendSpecificationException: "The specified library "seven/ckeditor-dialog" does not exist." at /var/www/vhosts/http://mydomain.com/httpdocs/core/lib/Drupal/Core/Asset/LibraryDiscovery... line 149, referer: http://mydomain.com/

Anybody? Thanks

Comments

develmedia created an issue. See original summary.

develmedia’s picture

Issue summary: View changes
apaderno’s picture

cilefen’s picture

Are you certain all files were moved? I am not sure what is meant by "migration" in this case.

Wim Leers’s picture

Component: ckeditor.module » Seven theme
Category: Support request » Bug report
Priority: Major » Normal

This is related to

libraries-extend:
  core/ckeditor:
    - seven/ckeditor-dialog

in seven.info.yml

bhaskar-chakraborty’s picture

Having the same issue need help.

here is the error that i am getting

Uncaught PHP Exception Drupal\\Core\\Asset\\Exception\\InvalidLibrariesExtendSpecificationException: "The specified library "bootstrap/drupal.ajax" does not exist." at drupal-project\\docroot\\core\\lib\\Drupal\\Core\\Asset\\LibraryDiscoveryCollector.php line 149

Version: 8.3.0 » 8.3.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

Version: 8.3.x-dev » 8.9.x-dev

Drupal 8.8.7 was released on June 3, 2020 and is the final full bugfix release for the Drupal 8.8.x series. Branches prior to 8.8.x are not supported, and Drupal 8.8.x will not receive any further development aside from security fixes. Sites should prepare to update to Drupal 8.9.0 or Drupal 9.0.0 for ongoing support.

Bug reports should be targeted against the 8.9.x-dev branch from now on, and new development or disruptive changes should be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.2.x-dev

Drupal 8 is end-of-life as of November 17, 2021. There will not be further changes made to Drupal 8. Bugfixes are now made to the 9.3.x and higher branches only. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.2.x-dev » 9.3.x-dev
catch’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce, +Bug Smash Initiative

This still needs more information. #6 is a different issue with bootstrap triggering the same bug, not with core.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.15 was released on June 1st, 2022 and is the final full bugfix release for the Drupal 9.3.x series. Drupal 9.3.x will not receive any further development aside from security fixes. Drupal 9 bug reports should be targeted for the 9.4.x-dev branch from now on, and new development or disruptive changes should be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

longwave’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Neither of the original reporters (who had two different issues) responded, so closing as "cannot reproduce".

apaderno’s picture

Issue summary: View changes