I found 2 fatal errors with dev version

First:

PHP Fatal error:  Cannot use isset() on the result of an expression (you can use "null !== expression" instead) in /srv/www/drupal/src/web/modules/contrib/devel/webprofiler/src/DataCollector/DatabaseDataCollector.php on line 59
/srv/www/drupal/automation/bin/install: line 52: 23187 Segmentation fault      ${PROJECT_DIR}/src/vendor/bin/drush site-install niji -y install_configure_form.update_status_module='array(FALSE,FALSE)'

And when this errors was fixed, this second appears:

TypeError: Argument 1 passed to Drupal\webprofiler\EventDispatcher\TraceableEventDispatcher::__construct() must be an instance of Symfony\Component\DependencyInjection\IntrospectableContainerInterface, instance of Drupal\Core\DependencyInjection\Container given, called in /srv/www/drupal/src/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 266 in /srv/www/drupal/src/web/modules/contrib/devel/webprofiler/src/EventDispatcher/TraceableEventDispatcher.php on line 35
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vpeltot created an issue. See original summary.

vpeltot’s picture

vpeltot’s picture

Status: Needs work » Needs review

lussoluca’s picture

Status: Needs review » Fixed

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

Status: Fixed » Closed (fixed)

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