Problem/Motivation

Since beta15 I received this error:
Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in /Volumes/webdev/www/personal/footbel-d8/public/core/lib/Drupal/Component/DependencyInjection/Container.php on line 265

Proposed resolution

varnish.services.yml
Replacing

    factory_method: get
    factory_service: cache_factory

with

    factory: cache_factory:get

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KevinVanRansbeeck created an issue. See original summary.

KevinVanRansbeeck’s picture

Status: Active » Needs review
FileSize
542 bytes
KevinVanRansbeeck’s picture

Assigned: KevinVanRansbeeck » Unassigned
Greg Boggs’s picture

Looks good. This is at least the 4th module now with this same issue and patch.

Leksat’s picture

Status: Needs review » Reviewed & tested by the community

Works great!

deadbeef’s picture

Status: Reviewed & tested by the community » Closed (fixed)