美文网首页
Drupal8 配置报错处理

Drupal8 配置报错处理

作者: AnnaJIAN | 来源:发表于2019-07-18 12:47 被阅读0次

RuntimeException: Unable to determine class for field type 'xxx' found in the 'field.storage.node.xxx' configuration in

drush sqlq "DELETE FROM cache_config"
drush sqlq "DELETE FROM config WHERE name = 'field.storage.xxx.xxx' OR data LIKE '%field.storage.xxx.xxx%'"
drush sqlq "DELETE FROM config_snapshot  WHERE name = 'field.storage.xxx.xxx' OR data LIKE '%field.storage.xxx.xxx%'"
drush cr

或者

drush sql-dump --ordered-dump | grep field.storage.xxx.xxx

相关文章

网友评论

      本文标题:Drupal8 配置报错处理

      本文链接:https://www.haomeiwen.com/subject/ixtllctx.html