网站首页 / 资讯 / Magento文档/ Magento1.x文档

Magento1.x老版本后台莫名其妙无法上传产品图片,出现Disallowed file format

作者:admin

出现此种问题的解决方法如下:

打开

app\code\core\Mage\Catalog\etc\system.xml


文件 大约215行,查看后台是否有定义dimension ,如没有则添加代码

<small_width translate="label comment">
                            <label>Small Image Width</label>
                            <comment>Maximum width small product image will be scaled down to in pixels</comment>
                            <frontend_type>text</frontend_type>
                            <sort_order>20</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                        </small_width>


文件后添加

    <max_dimension translate="label comment">
                            <label>Maximum resolution for upload image</label>
                            <comment>Maximum width and height resolutions for upload image</comment>
                            <frontend_type>text</frontend_type>
                            <sort_order>30</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                        </max_dimension>



作者设置此篇文章部分内容需要付费才可阅读!

已了解收费,继续阅读全文

标签: magento错误解决 magento报错 disallowed file format magento后台无法上传图片 magento无法上传图片。
上一篇:没有了
下一篇:MAGENTO1.X版本如何删除产品的时候删除图片

相关内容

最近更新
相关产品
综合服务邮箱: magento2#foxmail.com