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

问题:

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

解决办法:

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

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

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

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

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理