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
- Install the module
- Visit config page here: `admin/reports/upgrade-status`
Proposed resolution
Fix file name for util class - DatabaseServerMetadataExtractor
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Error-DatabaseServerMetadataExtractor-not-found-3303292-2.patch | 221 bytes | sonamsingh |
Comments
Comment #2
sonamsingh commentedAttaching the patch to fix this.
Comment #3
sonamsingh commentedComment #5
gábor hojtsyHuh, 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.
Comment #6
sonamsingh commented