Magento 1.5.1:“图像不存在”进口产品时
我一直使用这种方法来导入带有图像的产品: - 将所有要导入的图像放在“/media/import”中; - 将“/image_name.jpg”添加到要导入的csv文件中的图像列;
从magento 1.5.1开始,这个方法停止工作。
我总是得到“图像不存在!”。
有人知道如何解决这个问题吗?
I’ve always use this method to import products with images:
- putting all the images to import in “/media/import”;
- add “/image_name.jpg” to image column in the csv file to import;
Since magento 1.5.1 this method stop working.
I always get “Image Does not exist!”.
Do anybody know how to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很难说那里发生了什么,但我会使用 xdebug 检查相关代码,以验证使用的图像路径是否正确、目录权限是否良好等
Hard to tell what is happening there but I would check relevant code with xdebug to verify that image path which is used is correct, directory permissions are good, etc