Thursday, 18 August 2016
Responsive Filemanager image Thumbs tidak muncul
buat temen2 yang mengalami masalah penggunaan Responsive Filemanager yang tidak muncul gambar thumsnya bisa coba solusi ini
yaitu setting di file .htaccess anda atau langsung setting di php.ini
php_value memory_limit 50M (terserah mau kasi berapa 100M juga boleh)
Penjelasan :
menurut saya image thumbsnya tidak muncul karena pada saat melakukan convert gambar ke ukuran kecil memori yang di butuhkan terlalu kecil sehingga tidak di hasilkan gambar thumbsnya di folder thumbs. tambahan sedikit jika tidak membesarkan memory limit maka pada saat akan image_resizing (convert gambar ke ukuran kecil) juga akan terjadi error.
contoh image_resizing pada file config.php
'image_max_width' => '750',
'image_max_height' => '600px',
'image_max_mode' => 'auto',
/*
# $option: 0 / exact = defined size;
# 1 / portrait = keep aspect set height;
# 2 / landscape = keep aspect set width;
# 3 / auto = auto;
# 4 / crop= resize and crop;
*/
//Automatic resizing //
// If you set $image_resizing to TRUE the script converts all uploaded images exactly to image_resizing_width x image_resizing_height dimension
// If you set width or height to 0 the script automatically calculates the other dimension
// Is possible that if you upload very big images the script not work to overcome this increase the php configuration of memory and time limit
'image_resizing' => true,
'image_resizing_width' => 750,
'image_resizing_height' => 0,
'image_resizing_mode' => 'auto', // same as $image_max_mode
'image_resizing_override' => true,
// If set to TRUE then you can specify bigger images than $image_max_width & height otherwise if image_resizing is
// bigger than $image_max_width or height then it will be converted to those values
Label:
error,
image_resizing,
responsive file manager,
thumbs
Subscribe to:
Post Comments (Atom)
Categories
- CSS (2)
- error (1)
- image_resizing (1)
- JavaScript (1)
- Jquery (3)
- PHP (4)
- responsive file manager (1)
- SQL SERVER 2008 (5)
- thumbs (1)
- Tips (1)
- Tools (1)
- Windows (3)
TIPZ Beatrice
My Favorite site
Translate
Followers
Beatrice Aracelia Tan. Powered by Blogger.
0 komentar:
Post a Comment