Results 19 comments of Chillcode

Now add crc and will work, but doctrine querybuilder doesn't allow to do that, as per references I posted. Maybe I'm completely wrong or not getting what is wrong, but...

Usually if works locally and not remotely it could mean is a server misconfiguration. Do this happen with states that do not send emails? A similar issue I solved a...

Since it can be caused by many different things you'll need to investigate further since there would be more reports if it was a common issue.

Hi @mtdkbusiness Just deleted because don't have relation with PrestaShop but with PrestaShopCorp, and PrestaShop is also reworking the way admin logs in, but since you care I'll post it...

@paulc010 I tried to clone dev branch few weeks ago but I couldn't since I had no space on the instance, but last merge https://github.com/PrestaShop/PrestaShop/pull/35983, note that devs do a...

When the manager calls getimagesize() it will give the bits on every png file, so something like this should work ``` $image_info = getimagesize(/var/www/html/img/image.png); $8bits = isset($image_info['bits']) && (int) $image_info['bits']...

The bits per channel is present for PNG files but not the channels, and 3 will not always be correct. As we can see PS uses the bits key to...

Jus edited, we don't need offtopics...

@jf-viguier @matthieu-rolland Just tested on a folder with more than 200.000 images and it took few seconds to finish, so there is no performance issues for adding that call. Thanks...