Since this change notice: https://www.drupal.org/node/2407153 the config forms need to declare the configuration they modify.

Patch in the way

CommentFileSizeAuthor
#1 2408569-config-1.patch724 bytespcambra
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pcambra’s picture

Status: Active » Needs review
FileSize
724 bytes
jmuzz’s picture

Priority: Normal » Critical
Status: Needs review » Reviewed & tested by the community

PHP will crash with a fatal error when the module is installed without this fix causing a WSOD.

PHP Fatal error:  Class Drupal\\restui\\Form\\RestUIForm contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\\Core\\Form\\ConfigFormBase::getEditableConfigNames) in /home/jmuzz/devel/local.d8.com/modules/restui/src/Form/RestUIForm.php on line 25, referer: http://local.d8.com/admin/modules

Can use site again after applying patch.

clemens.tolboom’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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