首页 / 帖子
Drupal8 模块删掉后有个Rest Plugin没禁,Drupal\Component\Plugin\Exception\PluginNotFoundException

之前是模块删掉,模块没有禁用,报错,后面又是Plugin没有找到,报错。
请问如何解决?

1个答案
Amanda Song
发布于:2018-03-07 18:29

1. 清理模块的方法

DELETE FROM key_value WHERE collection='system.schema' AND name='module_name'

更多方法参考:
https://www.drupal.org/node/2487215 

2. 清理插件的方法

delete from config where name = 'rest.resource.YOUR_REST_ID';