anshuwap / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Thumbnails - images problems #575

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I've installed in a LAMP virtual machine for testing.
2. Add enable-thumbnails in configuration.php

I enabled debug and I checked error.log from apache and r.php/debug but I don't 
see errors.

The thumbnails it is show as the image attached. However, if I download the 
image, the file is not valid, and I can't see. I've test uploading with Mollify 
interface and with ssh too, but the problem is the same.

Maybe I need enable some php extension or similar? I don't see a requirements 
detailled.

Thank you.

Original issue reported on code.google.com by narcot...@gmail.com on 19 Nov 2014 at 12:59

Attachments:

GoogleCodeExporter commented 8 years ago
Well, I notice that problem too today. However I have on my server all usual 
php extensions to manage thumbnails, all other software can do ..

Original comment by luke7...@gmail.com on 21 Nov 2014 at 3:52

GoogleCodeExporter commented 8 years ago
Thumbnails require GD library installed in PHP server 
(http://php.net/manual/en/image.installation.php), I've added this in the wiki 
page.

I've seen some images that this library fails to process, but if this fails 
with all images, then it must be something else. First you should check for the 
GD library.

Original comment by samuli.j...@gmail.com on 22 Nov 2014 at 11:39

GoogleCodeExporter commented 8 years ago
Ok, I checked it. GD library was not installed in the appliance, now is working 
fine with 3 images I use to check.

Thank you.

Original comment by narcot...@gmail.com on 22 Nov 2014 at 11:12

GoogleCodeExporter commented 8 years ago
Great!

Original comment by samuli.j...@gmail.com on 23 Nov 2014 at 8:14