-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New thumbnails don't load in Events List and 24hr Preview #599
Comments
Do you see any errors in Apache error log? This feature needs image.php in ZM which was added in 1.30 |
Yes, this
Is show repeatedly at the end of the log. I'm running ZM v1.30.4 I am also getting these errors
` |
These look like Zoneminder installation issues. There are several threads in the ZM forum for missing packages. Did you check the forum? a) For the image error: https://forums.zoneminder.com/viewtopic.php?t=23073&start=60 |
I can see the alarm images and all others, it's only the new features
you've added that are posing a problem.
Thanks for the reply though, I'll do some research.
…On Fri, Mar 16, 2018 at 11:13 AM, Pliable Pixels ***@***.***> wrote:
These look like Zoneminder installation issues. There are several threads
in the ZM forum for missing packages. Did you check the forum? Are you able
to see images non events view?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/pliablepixels/zmNinja/issues/599#issuecomment-373682878>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYbO5cgZf5IxvJzBiMLw5gotVzakA_J9ks5te55tgaJpZM4StCkv>
.
|
Your original post says "Events" and "24 hr preview". If its events, then its not only new features. Which part of events is working and which part is not? Edit: ah you mean the new event thumbnail. Ok looking into my code |
So both the events thumbnail and the 24hr montage rely on this feature:
So yes, please look at your ZM backed to make sure you are not missing libraries, especially php5-gd zmNinja scales images (while the ZM web console does not by default) so the offending code in ZM doesn't get called in ZM console |
I've reinstalled PhP with GD and installed libgd which was apparently missing, I'm running on Debian 9 and this seems to be a thing. The new thumbnails now display, so I'm very happy. You do a great job, thanks so much. Edit: Sorry for doubting your code. |
glad you got it resolved. Feel free to bring up potential issues - that's how I'll iron out bugs in the code! |
Before you create an issue, please make sure you have read the FAQ at https://github.com/pliablepixels/zmNinja/wiki/FAQ. Common questions on API, no image etc are covered there.
I've read the above and didn't see my particular issue there.
Platform & OS Version
Windows 10 Pro x64
The version of the app you are reporting:
1.2.515D
Device details:
PC
What is the nature of your issue
Bug
Details
The new thumbnails do not show on the event view or in the 24hr Preview views, Instead it displays a Grey placeholder and a "loading" icon in the events list and placeholders in the 24hr Preview. however I can view the image by clicking the placeholders.
I did update the API to the recommended version and I have restarted the server several times.
Thanks for your awesome work on this project, I'd be lost if I had to go back to using the web interface.
The text was updated successfully, but these errors were encountered: