Problem/Motivation

WSOD on module's config page: admin/reports/upgrade-status
From logs:
Error: Class 'Drupal\upgrade_status\Util\DatabaseServerMetadataExtractor' not found in Drupal\upgrade_status\Form\UpgradeStatusForm->buildEnvironmentChecks() (line 1012 of upgrade_status/src/Form/UpgradeStatusForm.php)

Steps to reproduce

  1. Install the module
  2. Visit config page here: `admin/reports/upgrade-status`

Proposed resolution

Fix file name for util class - DatabaseServerMetadataExtractor

Comments

sonamsingh created an issue. See original summary.

sonamsingh’s picture

Attaching the patch to fix this.

sonamsingh’s picture

Assigned: sonamsingh » Unassigned
Status: Active » Needs review

  • 8ffd8d6 committed on 8.x-3.x
    Issue #3303292 by sonamsingh: Error: Class 'Drupal\upgrade_status\Util\...
gábor hojtsy’s picture

Status: Needs review » Fixed

Huh, wow, I have no idea how did the tests pass. I must have made a mistake in applying the patch for this, but nonetheless this was not the last thing changes for 3.15 and all the tests passed, even though we have extensive tests of this form. Hm. Let's get this in then for a hotfix release.

sonamsingh’s picture

Status: Fixed » Closed (fixed)

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