Responsive Images job Issue

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Responsive Images job Issue

Post by awaidqureshi » 08 Jan 2020, 07:30

When i run aimeos:jobs media/scale command its running successfully, but its not generating all 3 previews for all products what can be the issue
Please guide me how i can generate all 3 preview images for all products

Thanks

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Responsive Images job Issue

Post by aimeos » 08 Jan 2020, 16:12

Make sure that:
- Your configuration contains the preview file sizes you want (https://github.com/aimeos/aimeos-core/b ... hp#L31-L43)
- Your images are big enough (images aren't scaled up)
- The records in the mshop_media table contains an "image/*" mime type
- The file mtime is newer than the mshop_media.mtime
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Re: Responsive Images job Issue

Post by awaidqureshi » 09 Jan 2020, 05:26

aimeos wrote: 08 Jan 2020, 16:12 Make sure that:
- Your configuration contains the preview file sizes you want (https://github.com/aimeos/aimeos-core/b ... hp#L31-L43)
- Your images are big enough (images aren't scaled up)
- The records in the mshop_media table contains an "image/*" mime type
- The file mtime is newer than the mshop_media.mtime
Poitn#1. Configuraton file has all preview file sizes.
Poitn#3. mshop_media have specific images type means in my case all pictures have mime type image/png.

Poitn#2.How to overcome this big images issue.
Poitn#4. how can i solve mtime issue if is there any ?

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Responsive Images job Issue

Post by aimeos » 09 Jan 2020, 12:00

awaidqureshi wrote: 09 Jan 2020, 05:26 Poitn#2.How to overcome this big images issue.
Upload bigger images
awaidqureshi wrote: 09 Jan 2020, 05:26 Poitn#4. how can i solve mtime issue if is there any ?
You can use the Unix "touch" command to update the file mtime of your images.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply