Magento 1.9.0.1中不允许使用的文件格式产品图像

时间:2017-10-03 06:33:11

标签: javascript php oracle magento

当我点击产品图片选项中的上传按钮时,它会在Magento 1.9.0.1中显示不允许的文件格式。

1 个答案:

答案 0 :(得分:0)

SUPEE-8788补丁在配置中引入了最大图像尺寸。

你从<table cellspacing="0" cellpadding="0"> <tr class="first_row"> <td>IP-address</td> <td>Last visited</td> <td>Rough location</td> </tr> </table>获得了错误(确实是错误的):

公共职能

Mage_Catalog_Helper_Image

默认情况下,最大图片尺寸为5000px,因此我认为您的图片上传量大于此值。

您可以在系统&gt;下更改配置配置&gt;目录&gt;产品图像&gt;上传图片的最大分辨率。