Roundcube Community Forum

 

Show Image Attachment broken? *solved* --> (mime_magic problem)

Started by Hellkeeper, February 26, 2015, 10:54:53 AM

Previous topic - Next topic

Hellkeeper

Hi,
got a Problem with Image Preview in Roundcube. (Version 1.0.2 and now with upgraded Version 1.1.0 the same)
When I want to open an attached Image (JPG/GIF/...) it will only show a broken Image. (Download of Image is OK!)

See Screenshot:


Any ideas? (No Errors within Roundcube Error Logs / Apache Error Logs)

Thank you
Andreas Schnederle-Wagner

Hellkeeper


Hellkeeper

alright - I guess I found the problem ... was about mime ...

NOT WORKING:      //$config['mime_magic'] = '/usr/share/magic';
WORKING:             $config['mime_magic'] = null;   

Andreas