Page 1 of 1
Events without thumbnails
Posted: Mon May 30, 2016 6:26 pm
by derlange
Im using the App zmninja on iOS. It is a Great App, everything works, except One thing.
When i go to Events, the select One and Tab on Alarms, i can scroll Thrue the Alarms, but without a thumbnail picture.
There is only an empty border. When i Tab on that empty border, i get the picture as a popup. But shouldnt be there an thumbnail First? I think, my PHP Installation is missing a Feature. In the apache Logs there is no error.
Anyone can help?
Re: Events without thumbnails
Posted: Tue May 31, 2016 2:00 pm
by asker
Hmm, yes that is odd.
questions:
a) Which version of the app?
b) When you try and view the thumbnails on the app, at that time, please see your apache error logs in ZM -- let me know if you see any messages - note that this needs to happen at the same time that you are trying to access the thumbnails
Re: Events without thumbnails
Posted: Wed Jun 01, 2016 12:09 pm
by derlange
Thank you for your answer. I double checked the log before, but dit it again. And then i found the error:
Call to undefined function imagecreatefromjpeg()
GD Support was compiled in. But no jpeg support in GD. So i compiled php again with --with-jpeg-dir=/usr and now it is working fine.
Thank you. And again, great App.
Re: Events without thumbnails
Posted: Wed Jun 01, 2016 3:37 pm
by asker
Great - good to know
Re: Events without thumbnails
Posted: Sat Aug 26, 2017 9:19 am
by Onlyzen
derlange wrote: ↑Mon May 30, 2016 6:26 pm
Im using the App zmninja on iOS. It is a Great App, everything works, except One thing.
When i go to Events, the select One and Tab on Alarms, i can scroll Thrue the Alarms, but without a thumbnail picture.
There is only an empty border. When i Tab on that empty border, i get the picture as a popup. But shouldnt be there an thumbnail First? I think, my PHP Installation is missing a Feature. In the apache Logs there is no error.
Anyone can help?
Hi Derlange,
are you using the latest version 1.2.411?
Re: Events without thumbnails
Posted: Sat Aug 26, 2017 5:22 pm
by Baylink
Derlange located zir problem; thanks for posting the full solution for the benefit of people searching the forum archives later.