Problem/Motivation

On installing a module I received the following fatal.

Fatal error: Class 'Settings' not found in /core/modules/update/src/Form/UpdateManagerInstall.php on line 233

Proposed resolution

Add the use Drupal\Core\Site\Settings; statement.

Steps to Reproduce

  1. Apply the 2 patches (the latest patch from #1885564: theme.maintenance.inc (authorize.php) - Convert theme_ functions to Twig and #2042447: Install a module user interface does not install modules (or themes) or go to simplytest.me and apply the 2 patches there
  2. Install D8
  3. Click "Install a module" button on the extends page
  4. Install devel (http://ftp.drupal.org/files/projects/devel-8.x-1.x-dev.tar.gz)
  5. et voila! FATALity

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue priority Major because ... Critical/Not critical because ...
CommentFileSizeAuthor
#1 fatal_error_class-2380745-1.patch501 bytesjoelpittet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joelpittet’s picture

Issue summary: View changes
FileSize
501 bytes
joelpittet’s picture

Status: Active » Needs review
joelpittet’s picture

Status: Needs review » Closed (duplicate)

Whoops, just the other issue needs a better re-roll.

joelpittet’s picture