The newest dev version creates the following error in Drupal 8.0.5.
The website encountered an unexpected error. Please try again later.
TypeError: Argument 3 passed to Drupal\big_pipe\Render\Placeholder\BigPipeStrategy::__construct() must implement interface Drupal\Core\Routing\RouteMatchInterface, none given, called in /var/www/html/core/lib/Drupal/Component/DependencyInjection/Container.php on line 269 in Drupal\big_pipe\Render\Placeholder\BigPipeStrategy->__construct() (line 103 of modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php).
Drupal\big_pipe\Render\Placeholder\BigPipeStrategy->__construct(Object, Object) (Line: 269)
Drupal\Component\DependencyInjection\Container->createService(Array, 'placeholder_strategy.big_pipe') (Line: 181)
Drupal\Component\DependencyInjection\Container->get('placeholder_strategy.big_pipe', 1) (Line: 487)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 326)
Drupal\Component\DependencyInjection\Container->createService(Array, 'placeholder_strategy') (Line: 181)
Drupal\Component\DependencyInjection\Container->get('placeholder_strategy', 1) (Line: 487)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 233)
Drupal\Component\DependencyInjection\Container->createService(Array, 'html_response.placeholder_strategy_subscriber') (Line: 181)
Drupal\Component\DependencyInjection\Container->get('html_response.placeholder_strategy_subscriber') (Line: 113)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.response', Object) (Line: 179)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 161)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 62)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 62)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 53)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 211)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 125)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 79)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 55)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 637)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
I noticed the addition of a third argument in BigPipeStrategy::__construct(). Is it supposed to be like this?
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.