$ drush pmu skinr_ui
The following extensions will be uninstalled: skinr_ui
Do you really want to continue? (y/n): y
skinr_ui was successfully uninstalled. [ok]
PHP Fatal error: Class Drupal\search404\Form\Search404Settings contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\Core\Form\ConfigFormBase::getEditableConfigNames) in /usr/share/nginx/html/drupal9/modules/contrib/search404/src/Form/Search404Settings.php on line 187
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Class Drupal\search404\Form\Search404Settings contains 1 abstract method and must
therefore be declared abstract or implement the remaining methods
(Drupal\Core\Form\ConfigFormBase::getEditableConfigNames) in
/usr/share/nginx/html/drupal9/modules/contrib/search404/src/Form/Search404Settings.php, line
187
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search404-fix-error-2572329-1-D8.patch | 489 bytes | anish.a |
Comments
Comment #2
kingfisher64 commentedYep I'm seeing this too on update.php page.
Fatal error: Class Drupal\search404\Form\Search404Settings contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\Core\Form\ConfigFormBase::getEditableConfigNames) in modules/search4042/src/Form/Search404Settings.php on line 17Comment #3
anish.a commentedThis patch should fix it.
Comment #4
kingfisher64 commentedTried the dev module again dated 4th Dec and applied the patch but still getting this error.
I'm not sure if the 2 patches, 1 here and 1 on https://www.drupal.org/node/2612440 are needed with the new latest dev?
Would it be possible to just apply these two and release another dev version to test?
Comment #5
anish_zyxware commentedYes. Both as essential to fix the module installation. I am waiting for commit access :)
Can you please test that by applying both patches?
Comment #6
kingfisher64 commentedHi Anish,
Can confirm that with both patches applied there is no longer any install errors or WSOD's :)
Will also confirm this fixed in other thread as well.
Thank you
Comment #7
kingfisher64 commentedComment #9
anish_zyxware commentedThis issue is fixed as per #8 and is available in 8.x-1.x-dev branch
Comment #10
anish_zyxware commented