#2840230: Register DrupalConsole commands as services introduced 'webprofiler.list' as lazy service but hasn't provided the proxy class.
Warning in dblog:

User warning: Missing proxy class 'Drupal\webprofiler\ProxyClass\Command\ListCommand' for lazy service 'webprofiler.list'.
Use the following command to generate the proxy class:
php core/scripts/generate-proxy-class.php 'Drupal\webprofiler\Command\ListCommand' "modules/devel/webprofiler/src"
in Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass->process()
...
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tacituseu created an issue. See original summary.

luca_cracco’s picture

alexdmccabe’s picture

Status: Active » Needs review
alexdmccabe’s picture

Status: Needs review » Reviewed & tested by the community

Tests passed, and the patch solved the problem for me.

  • lussoluca committed 5c34b05 on 8.x-1.x authored by luca_cracco
    Issue #2895745 by luca_cracco: Missing proxy class for lazy service '...
lussoluca’s picture

Status: Reviewed & tested by the community » Fixed

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

lussoluca’s picture

Status: Fixed » Closed (fixed)