Closed (fixed)
Project:
AudioField
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2023 at 07:00 UTC
Updated:
23 Jun 2026 at 06:15 UTC
Jump to comment: Most recent
| Comment | File | Size | Author |
|---|---|---|---|
| audio_field deprecated service issue.png | 329.29 KB | sourav_paul |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
atul_ghate commentedI will work on this issue
Comment #3
atul_ghate commentedI am unable to reproduce this issue
Comment #4
sourav_paulThis issue is fixed when, I upgrade my drupal core to 9.5. ...
Comment #5
s427 commentedI'm experiencing the same issue with Drupal 8.9.19.
When visiting the admin/reports/status page, fatal error. In the Apache log, message:
Uncaught PHP Exception Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: "You have requested a non-existent service "file_url_generator". Did you mean this: "url_generator"?" at \\core\\lib\\Drupal\\Component\\DependencyInjection\\Container.php line 153
Version 1.12 is advertised as being compatible with Drupal 8, so maybe either this should be fixed, or the compatibility information should be updated.
Comment #7
astonvictor commentedComment #9
astonvictor commentedHi there,
I made different tests and was able to reproduce the issue.
The service was added in the commit to resolve #3296591: Automated Drupal 10 compatibility fixes.
The issue is that the service was not present in 8.9 Drupal version. It can be checked in the core.services.yml file.
To avoid the error, you should update the project to Drupal 9+ or use the previous version of the module.
Currently, I have removed the support of Drupal 8 from the info file.
thanks in advance
Comment #11
astonvictor commentedmerged to dev version