Running v1.4 w/ MySQL 8.0 on Ubuntu 20.04 w/ Apache
Errors pop up on almost every page.
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'SQL_CACHE' in 'field list'
and
These appear to be related to the number of discovered devices on a subnet. I get a list of the same error X the number of devices on a subnet.
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM ipaddresses
WHERE state
<>4 AND ip_addr
IN (SELECT ip_addr
FROM `ipa' at line 1
Anonymous