Search found 4 matches

by crooter
Mon Jul 19, 2010 2:42 am
Forum: ZoneMinder 1.24.x
Topic: Stills do not work, lots of deprecated function messages
Replies: 5
Views: 5857

no idea about the index errors, with the last warning - try to replace the split with explode.
by crooter
Sun Jul 18, 2010 6:25 pm
Forum: ZoneMinder 1.24.x
Topic: Stills do not work, lots of deprecated function messages
Replies: 5
Views: 5857

patch for removing deprecated split message

I also noticed "deprecated split" on the main page, here is the second patch: replace "split" with "explode" in the same file (/usr/share/zoneminder/includes/functions.php) the idea came from http://projects.ceondo.com/p/pluf/issues/233/ note, if you replace split with explode and in arguments you ...
by crooter
Sun Jul 18, 2010 5:51 pm
Forum: ZoneMinder 1.24.x
Topic: Stills do not work, lots of deprecated function messages
Replies: 5
Views: 5857

patch

this patch helps: replace all "ereg" with "@ereg" in /usr/share/zoneminder/includes/functions.php

with this patch stills work, at least for me.

the idea came from here:
http://drupal.org/node/514334#comment-2921094
by crooter
Wed Jul 14, 2010 6:51 pm
Forum: ZoneMinder 1.24.x
Topic: Stills do not work, lots of deprecated function messages
Replies: 5
Views: 5857

Stills do not work, lots of deprecated function messages

Hi, I had working ZM on Ubuntu 9.10, but after upgrade to 10.04 (ZM 1.24.2) some functionality was fully or partially lost: - stills do not work at all - video is being shown unstable - long time for buffering besides that I see many messages like Deprecated: Function ereg() is deprecated in /usr ...