Magento2创建新的样本数据
我全新安装了 Magento2,并尝试通过 bin/magento sampledata:deploy 安装示例数据,但它返回错误 In PluginManager.php(196) : eval()'d 代码行 188: chmod(): 不允许操作。示例数据部署过程中出现错误。 Composer 文件将被恢复。
有人知道出了什么问题吗?
I had a fresh install of Magento2 and was trying to install sample data by bin/magento sampledata:deploy but it gave back error In PluginManager.php(196) : eval()'d code line 188:
chmod(): Operation not permitted . There is an error during sample data deployment. Composer file will be reverted .
Do somebody know what have gone wrong ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是一个权限问题。
转到 root
然后安装 magento 目录:
运行命令:
确保运行索引并清理缓存:
That is probably a permission issue.
Go to root
Then installed magento directory:
Run command:
Make sure to run indexing and clean the cache after that: