You said you were unsure of the schema file. It appears that your database exists and has the proper table layout.
The schema file you used was /usr/share/zoneminder/db/zm_create.sql
The zm.conf location is specified by the config.php file. Yours could be /etc/zm.conf but mine by default was /etc/zm/zm.conf. Use the following code to show where
your config file belongs.
Code: Select all
root@mythtv:/usr/share/zoneminder# grep zm.conf /usr/share/zoneminder/includes/config.php
define( "ZM_CONFIG", "/etc/zm/zm.conf" ); // Path to config file
root@mythtv:/usr/share/zoneminder#
Mine is "Motion". I presume you are using Record or Mocord? Try using a different type of function to see if the event size or handling of the
events is causing an issue.
In the ZoneMinder web interface my function is "Modect". What is yours?
I'm starting to run out of things to check regarding ZoneMinder settings. It may be a system setting or software complication.
I can't imagine this would be too hard to figure out though.
I would recommend turning on the debug option in the zoneminder web options area. Maybe the log file will give more detail (note the debug log file path in that option window).