This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

sehan
sehan

hi, I have a little trouble in getThumb() process, it get the thumbnail, but wrong image

my actual image: Alt text

but getThumb result image is: Alt text

my code {{ product.images.first().getThumb(270,184) }}

I increase php.ini configuration too, but it does'nt effect..

can we find solution together?

sehan
sehan

Solved, problem is in my config/filesystems.php

env('FILESYSTEMS_DRIVER') isn't in this config/filesystems.php file

which it's should be

'default' => env('FILESYSTEMS_DRIVER', 'local')

but in my config/filesystems.php is

'default' => 'local'

must considered when you move to other filesystem driver, ex local -> s3

Last updated

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.