Search found 86 matches

by awaidqureshi
23 Jan 2019, 06:55
Forum: Laravel package
Topic: Upload a gif image to product using backend
Replies: 4
Views: 1865

Upload a gif image to product using backend

I tried to upload a gif image to product using backend but on upload the image is coverted to simple image with no animation. Please give some suggestion on how to resolve this.
by awaidqureshi
21 Jan 2019, 08:47
Forum: Laravel package
Topic: During Aimeos Setup Got Errors Laravel
Replies: 7
Views: 5768

Re: During Aimeos Setup Got Errors Laravel

aimeos wrote:Which Aimeos version are you using?
"aimeos/aimeos-laravel": "~2018.04",
by awaidqureshi
18 Jan 2019, 08:43
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5054

Re: How to add gif images to products from backend

Can you please execute composer require aimeos/aimeos-core:2018.10.x-dev and try again? If you don't have maxwidth and maxheight for images set, they will be now unchanged. after executing this there is an database error which i have methined in diff topic https://aimeos.org/help/laravel-package-f1...
by awaidqureshi
18 Jan 2019, 08:38
Forum: Laravel package
Topic: During Aimeos Setup Got Errors Laravel
Replies: 7
Views: 5768

Re: During Aimeos Setup Got Errors Laravel

aimeos wrote:Please run "php artisan aimeos:setup" to update your database schema
Sir I have done this butt error is still there.so kindly help me about this issue.
by awaidqureshi
14 Jan 2019, 17:09
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5054

Re: How to add gif images to products from backend

Images are passed through the GD image methods by default (imagegif() in your case) and this seem to remove animations. You could try Imagick instead, maybe it keeps the animations. Add this to your ./config/shop.php file in the "controller" section: 'common' => ['media' => ['standard' =>...
by awaidqureshi
12 Jan 2019, 15:23
Forum: Laravel package
Topic: During Aimeos Setup Got Errors Laravel
Replies: 7
Views: 5768

During Aimeos Setup Got Errors Laravel

ErrorException thrown with message "An exception occurred while executing ' SELECT mproty."id" AS "product.type.id", mproty."siteid" AS "product.type.siteid", mproty."code" AS "product.type.code", mproty."domain" AS "pro...