乐趣区

关于magento2:编译出现-PluginListGeneratorphp错误

问题:

最近在装置一个新的插件,编译发现如下谬误:

解决办法:

关上文件 vendor/magento/framework/Interception/PluginListGenerator.php
更新

$cacheId = implode('|', $this->scopePriorityScheme) . "|" . $this->cacheId;

$cacheId = implode('-', $this->scopePriorityScheme) . "-" . $this->cacheId;

这样从新进行编译就能够了

退出移动版