After updating audio field module from 1.0 -> 1.12, My site is working fine but when i going to open status report page (/admin/reports/status) by using admin_toolbar menu, this issue occured.

Site's Drupal core version 8.9.20, using php 7.3.33, mysql 5.7

Issue fork audiofield-3333698

Command icon Show commands

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

Sourav.paul created an issue. See original summary.

atul_ghate’s picture

Assigned: Unassigned » atul_ghate

I will work on this issue

atul_ghate’s picture

Assigned: atul_ghate » Unassigned

I am unable to reproduce this issue

sourav_paul’s picture

Status: Active » Fixed

This issue is fixed when, I upgrade my drupal core to 9.5. ...

s427’s picture

Status: Fixed » Active

I'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.

astonvictor made their first commit to this issue’s fork.

astonvictor’s picture

Version: 8.x-1.12 » 8.x-1.x-dev

astonvictor’s picture

Status: Active » Needs review

Hi 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

astonvictor’s picture

Status: Needs review » Fixed

merged to dev version

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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