Search found 4 matches
- Wed Jan 17, 2018 5:43 pm
- Forum: ZoneMinder 1.29.x
- Topic: Export ZIP
- Replies: 22
- Views: 17188
Re: Export ZIP
This is a fairly old thread but I thought I would point out my workaround since I've had to figure it out again after I patched my installation more than year ago. One reason you may get empty zmExport.tar files or no zmExport.zip file at all is if you have an empty zmFileList.txt. That in turn can ...
- Sat Feb 14, 2015 11:00 pm
- Forum: ZoneMinder 1.28.x
- Topic: Can't create a monitor - SOLVED
- Replies: 5
- Views: 2245
Re: Can't create a monitor - SOLVED
Sure, it was this post http://www.zoneminder.com/forums/viewtopic.php?f=32&t=22813 I am running mysql from the mysql-community repo. I have two machines that had this issue, first my intended production machine is RHEL 6.6 with mysql 5.7.5-m15 I then set up a Centos 6.6 machine with a minimal set of ...
- Sat Feb 14, 2015 3:29 pm
- Forum: ZoneMinder 1.28.x
- Topic: Can't create a monitor - SOLVED
- Replies: 5
- Views: 2245
Re: Can't create a monitor
Problem is solved. A more thorough search of the forum turned up the mysql configuration as the culprit. The sql_mode should be specified as follows:
sql_mode=NO_ENGINE_SUBSTITUTION
sql_mode=NO_ENGINE_SUBSTITUTION
- Fri Feb 13, 2015 9:40 pm
- Forum: ZoneMinder 1.28.x
- Topic: Can't create a monitor - SOLVED
- Replies: 5
- Views: 2245
Can't create a monitor - SOLVED
I have an installation of zoneminder from the zmrepo on CentOS 6.6 Everything seems to be running but I can't create a new monitor instance The monitor dialog comes up when I select "add new monitor" from the Console but when I save it, there is nothing in the database table for monitors and there ...