保存此配置时出错:无法通过指定键加载主题:'pure'

str*_*uss 3 themes magento2

我只是安装magento 2.1.i迁移我的数据库感谢magento提供的工具.工作得很好!!

但问题是,当我运行前端时,我收到此错误: Unable to load theme by specified key: 'pure'

当我想在管理中更改主题时,我收到此错误: Something went wrong while saving this configuration: Unable to load theme by specified key: 'pure'

我遵循许多提示,例如清空表'change_design',使用此命令:

di:编译设置:升级设置:static-content:deploy indexer:reindex cache:flush ...

但问题仍然存在.

你知道解决这个问题的解决方案吗?谢谢.

ps:'Pure'是我在网站1.9上使用的主题

str*_*uss 6

我找到了解决方案.在表'core_config_data'中,需要删除此记录:'design/theme/theme_id'.

delete from core_config_data where path = 'design/theme/theme_id';
Run Code Online (Sandbox Code Playgroud)