Author Topic: Show Image Attachment broken? *solved* --> (mime_magic problem)  (Read 3552 times)

Offline Hellkeeper

  • Jr. Member
  • **
  • Posts: 11
Show Image Attachment broken? *solved* --> (mime_magic problem)
« on: February 26, 2015, 10:54:53 AM »
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
« Last Edit: February 27, 2015, 03:18:26 AM by Hellkeeper »

Offline Hellkeeper

  • Jr. Member
  • **
  • Posts: 11
« Last Edit: February 26, 2015, 11:55:43 AM by Hellkeeper »

Offline Hellkeeper

  • Jr. Member
  • **
  • Posts: 11
Re: Show Image Attachment broken? [V. 1.0.2 & 1.1.0]
« Reply #2 on: February 26, 2015, 12:09:26 PM »
alright - I guess I found the problem ... was about mime ...

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

Andreas