请按照以下步骤摆脱此问题。
1)下载Magento 2。
2)将其解压缩到www或htdocs目录中。
3)安装magento。不要使用localhost,在商店url和admin url中使用127.0.0.1。
4)成功安装后,请勿运行MAGENTO。
5)现在删除magento 2的缓存/会话。转到下面提到的路径并删除文件。
Magento Root > var > cache > Delete all files
Magento Root > var > page_cache > Delete all files
Magento Root > var > session > Delete all files
6)更改某些静态资源的符号链接的行为,如下所述:
当Magento 2不在生产模式下时,它将尝试为本地服务器上的某些静态资源创建符号链接。我们必须通过编辑ROOT > app > etc > di.xml
文件来更改Magento 2的行为。在您喜欢的代码编辑器中打开di.xml,找到该virtualType name="developerMaterialization"
部分。在下面的该部分中,您将找到<item name="view_preprocessed" xsi:type="object">
需要修改的项目。您可以通过更改以下内容进行修改:
Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
至:
Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
7)删除所有文件,除了 **.htaccess**
Magento Root > pub > static > Delete all files except **.htaccess**
完成。现在您可以运行magento前端和后端URL