Warning: func_get_arg(): Argument 0 not passed to function in Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit->__construct() (line 73 of modules\contrib\minifyhtml\src\EventSubscriber\MinifyHTMLExit.php).
Warning: func_get_arg(): Argument 1 not passed to function in Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit->__construct() (line 74 of modules\contrib\minifyhtml\src\EventSubscriber\MinifyHTMLExit.php).
Warning: func_get_arg(): Argument 2 not passed to function in Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit->__construct() (line 75 of modules\contrib\minifyhtml\src\EventSubscriber\MinifyHTMLExit.php).
After drush updb --entity-updates
User warning: Missing proxy class 'Drupal\minifyhtml\ProxyClass\EventSubscriber\MinifyHTMLExit' for lazy service 'minifyhtml_exit'. Use the following command to generate the proxy class: php core/scripts/generate-proxy-class.php 'Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit' "modules/contrib/minifyhtml/src" in Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass->process() (line 61 of W:\OSPanel\domains\idtsoft\www\web\core\lib\Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass.php).
Comments
Comment #2
ptmkenny commentedI'm getting the same error upon installing the module with 8.6.4.
Comment #3
kvantstudio commentedAfter removing the module and reinstalling, the error does not play. Drupal 8.6.4.
Comment #4
dtv_rb commentedSame error here. After
composer updatefrom 1.3 to 1.5 anddrush updbI receiveUser warning: Missing proxy class 'Drupal\minifyhtml\ProxyClass\EventSubscriber\MinifyHTMLExit' for lazy service 'minifyhtml_exit'. Use the following command to generate the proxy class: php core/scripts/generate-proxy-class.php 'Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit' "modules/contrib/minifyhtml/src" in Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass->process() (line 61 of W:\OSPanel\domains\idtsoft\www\web\core\lib\Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass.php).Using 1.3 until fixed.
Comment #6
slydevil commentedComment #7
slydevil commented