2015-12-09, 18:56:49
(2015-12-07, 20:39:23)Frens Wrote: Hi,
Change in he config.php
Code:'fixed_image_creation' => true,
'fixed_path_from_filemanager' => array( '../../data/thumbs/' ),
'fixed_image_creation_name_to_prepend' => array( '' ),
'fixed_image_creation_to_append' => array( '' ),
'fixed_image_creation_width' => array( 200 ),
'fixed_image_creation_height' => array(160 ),
'fixed_image_creation_option' => array( 'crop', 'auto' ),
It works fine , but when upload a file it shows a X with a message: Server error (the image is upload).
Furder
When upload a new file there are 2 files in the map, sample:
my_file.jpg and my_file_thumb.jpg which is not desired?!
Hi, Frens.
If you modify config.php in your installation with a code above then everything should work as needed.
In data/uploads catalog should appear uploaded image and in data/thumbs catalog should appear his thumbnail with the same name and 200x160px dimensions.
If you have the otherwise - therefore you missed something or directory structure on your site nonstandard (changed from default).
I now again trying on my sites to send images with the following parameters and to me everything went well and without any server errors.