2015-12-07, 20:39:23
Hi,
Change in he config.php
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?!
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?!