- πΊπΈUnited States snowmountain
I had the same issue and tried upgrading:
composer require 'drupal/gin_login:^2.0'
but the problem was still there:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "file_url_generator".
Drupal version : 8.9.20
- π¨πSwitzerland saschaeggi Zurich
Iβm open for solutions here. But maybe this just means it is time to deprecate the Drupal 8 support for gin_login.
- πͺπΈSpain tdorleac
Hi,
Made this patch, works for me on both 2.0.x and 8.x-1.x.
Replace 'file_url_generator' service with 'file_create_url' function
Drupal version: 8.9.19
PHP: 7.4.7 - Status changed to Closed: won't fix
over 1 year ago 7:34pm 1 May 2023 - π¨πSwitzerland saschaeggi Zurich
Closing this as a won't fix as
file_create_url
is deprecated. See https://api.drupal.org/api/drupal/core%21includes%21file.inc/function/fi...