关于magento2:PluginListGeneratorphp-in-Magento-242-during-compilation

To fix above error, kindly follow the below steps

Open PluginListGenerator.php file located at vendor/magento/framework/Interception.

Go to line no 414 or find the word “scopePriorityScheme” in PluginListGenerator.php file.

Replace the line

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

评论

发表回复

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

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