BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

exceeds max pixel size of 0, you can change the value in config pimcore.assets.image.max_pixels #130

Closed ascheider closed 7 months ago

ascheider commented 8 months ago

Pimcore 11.1.1 Data Director 3.5

If i import the asset and use the template: Fetch Image from file / URL image

i get the error, that max_pixels is exceeded. Pimcore converts it to the integer, but data director set it ti the INF image

image

Basically int of INF is 0 and no upload from url is possible currently.

BlackbitDevs commented 7 months ago

Is fixed in 3.5.15 - now max_pixels gets set to PHP_INT_MAX instead if INF.