Drupal8 配置报错处理
2019-07-18 本文已影响0人
AnnaJIAN
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