Search found 6 matches
- Thu May 23, 2013 9:01 pm
- Forum: ZoneMinder 1.25.x
- Topic: Error socket_sendto ( /var/run/zm/zms-347773s.sock) failed
- Replies: 26
- Views: 25446
Re: Error socket_sendto ( /var/run/zm/zms-347773s.sock) fail
hi, the stream.php file is located @ /usr/share/zoneminder/ajax/ @ line 50 there should something like this while ( !file_exists($remSockFile) && $max_socket_tries-- ) //sometimes we are too fast for our own good, if it hasn't been setup yet give it a second. sleep(2); //rise it to 2 seconds to get ...
- Sat Apr 27, 2013 6:42 pm
- Forum: ZoneMinder 1.25.x
- Topic: Saving States
- Replies: 1
- Views: 1187
Re: Saving States
hi,
i'm running the same configuration (ZM+Rpi). the "save" button is inactive until i click outside the text box, then it works.
hope this helps
max
i'm running the same configuration (ZM+Rpi). the "save" button is inactive until i click outside the text box, then it works.
hope this helps
max
- Fri Apr 26, 2013 2:11 pm
- Forum: ZoneMinder 1.25.x
- Topic: [SOLVED]: Config Table deletes new entries
- Replies: 2
- Views: 1409
Re: Config Table deletes new entries
hello again,
just tried to modify ConfigData.pm adding the new variables in it. It does work. The sub to reload the configuration is called by zmupdate at each restart.
max
just tried to modify ConfigData.pm adding the new variables in it. It does work. The sub to reload the configuration is called by zmupdate at each restart.
max
- Fri Apr 26, 2013 9:45 am
- Forum: ZoneMinder 1.25.x
- Topic: Error socket_sendto ( /var/run/zm/zms-347773s.sock) failed
- Replies: 26
- Views: 25446
Re: Error socket_sendto ( /var/run/zm/zms-347773s.sock) fail
hi,
i had the same issue. i've changed row 51 @ajax/stream.php, incresing sleep(1)-->sleep(2). It worked for me
hope this helps
max
i had the same issue. i've changed row 51 @ajax/stream.php, incresing sleep(1)-->sleep(2). It worked for me
hope this helps
max
- Wed Apr 24, 2013 10:20 am
- Forum: ZoneMinder 1.25.x
- Topic: [SOLVED]: Config Table deletes new entries
- Replies: 2
- Views: 1409
Re: Config Table deletes new entries
just realized i didn't update ConfigData.pm with the new variables. I'll make these updates as well. i will post the results.
- Wed Apr 24, 2013 9:33 am
- Forum: ZoneMinder 1.25.x
- Topic: [SOLVED]: Config Table deletes new entries
- Replies: 2
- Views: 1409
[SOLVED]: Config Table deletes new entries
Hi, I'm trying to customize the Option window to add GSM SMS support over Android to my ZM configuration. In order to do that, I tried to add new variables to the Config table to allow the options.php to retrieve the info, but after a while the new entries in the table are deleted. i can't tell how ...