Can't delete filter
-
- Posts: 6
- Joined: Wed Oct 11, 2017 6:18 pm
Can't delete filter
I'm trying to delete several filters I created. When I select the filter and click the delete button, nothing happens and the filter is still present.
Thanks for any help in advance.
Thanks for any help in advance.
Re: Can't delete filter
what are the zoneminder and operating system versions ?
-
- Posts: 6
- Joined: Wed Oct 11, 2017 6:18 pm
Re: Can't delete filter
Zoneminder v1.31.1 and Ubuntu 16.04.3 LTS
Re: Can't delete filter
I had this happen with version 1.30.1 but I can not find the notes as to what it was and how to fix it. I will try to duplicate it as I am about to do a new install with the same version of ZM and Ubuntu. See if I can get ZM to fail in the same manner.
Re: Can't delete filter
are you using mariadb or mysql for the database?
Re: Can't delete filter
I have not been able to duplicate the error but I used mariadb.....I will change db to MySQL and try it again!
did you add this line to the my.conf?
did you add this line to the my.conf?
Code: Select all
sql_mode = NO_ENGINE_SUBSTITUTION
-
- Posts: 6
- Joined: Wed Oct 11, 2017 6:18 pm
Re: Can't delete filter
That line is there but I don't recall adding it or if it was there by default.
Re: Can't delete filter
it should be there for the newer versions of mysql. can you drop the ZM database and create a new one and import the sql file?
-
- Posts: 6
- Joined: Wed Oct 11, 2017 6:18 pm
Re: Can't delete filter
So I ended up building a new VM and using mariadb and everything is working great now.