Hi,

After update to Drupal 8.4-rc2, the portal returns error and not loading.

Fatal error: Class Drupal\webprofiler\Entity\Decorators\Config\ConfigEntityStorageDecorator contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\Core\Entity\EntityStorageInterface::hasData) in /var/www/html/modules/contrib/devel/webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php on line 18
CommentFileSizeAuthor
#2 2910251-2.patch733 byteslussoluca
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cbccharlie created an issue. See original summary.

lussoluca’s picture

Status: Active » Needs review
FileSize
733 bytes
cbccharlie’s picture

The patch works well. Solves the problem.

cbccharlie’s picture

Status: Needs review » Reviewed & tested by the community

  • lussoluca committed 4ad55c7 on 8.x-1.x
    Issue #2910251 by lussoluca: Error with Drupal 8.4-rc2
    
lussoluca’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x-1.x
Thanks!

DamienMcKenna’s picture

Thanks for fixing that, we started to hit that error with Metatag (#2909395: Fix tests for Drupal core 8.4.x/8.5.x).

When are you planning to do the next release?

mpabilona’s picture

Hi,

I applied the patch above but am now getting the following error:

Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "webprofiler.settings" does not exist." at ...\core\lib\Drupal\Core\Routing\RouteProvider.php line 190

Anyone encounter this issue as well? Is there a way for me to remove Devel through the backend so I can get the site working again. Appreciate your inputs.

DamienMcKenna’s picture

@mpabilona: You might just try using the current dev snapshot until the next release.

Status: Fixed » Closed (fixed)

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

Jérôme Dehorter’s picture

Hi everyone,

I try to install my new site with Drush 9.7.0 | Drupal 8.73 | Config split & --existing-config parameter. Installation fail and render me this error too.

Fatal error: Class Drupal\webprofiler\Entity\Decorators\Config\ConfigEntityStorageDecorator contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\Core\Entity\EntityStorageInterface::restore) in /var/www/html/drupal/modules/contrib/devel/webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php on line 18

Someone have a solution ? For now I remove Webprofiler from my development config-split to finish the installation.

mkolar’s picture

Strange, im getting this error with devel 4.1.1 + core 8.9.9

micahw156’s picture

I'm now getting this error with devel 4.1.2 and Core 9.3.0.

Looks like it's covered in https://gitlab.com/drupalspoons/devel/-/issues/388