MAGENTO2

Magento 4.2 Installation error

In ErrorHandler.php line 61:

Warning: file_put_contents(C:/xampp/htdocs/two42/generated/metadata/primary|global|plugin-list.php): failed to open stream: No such file or directory in C:\xampp\htdocs\two42\vendor\magento\framework\Interc
eption\PluginListGenerator.php on line 414

C:\xampp\htdocs\two42\vendor\magento\framework\Interception\PluginListGenerator.php
$cacheId = implode(‘|’, $this->scopePriorityScheme) . “|” . $this->cacheId;
change pipe to hyphen
$cacheId = implode(‘-‘, $this->scopePriorityScheme) . “-” . $this->cacheId;

Leave a Reply

Your email address will not be published. Required fields are marked *

one + twelve =