M2M2 System Settings
-
I can not access the system settings, here attached you can find the error message.
Attachment: download link
-
Which version do you have?
-
Core version is 0.6.0 and theese are the installed modules:
meta 0.9.0
modbus 0.9.0
virtualDS 0.9.0
watchlists 0.9.2Do I need an specific module to access the system settings?
-
Try this:
In the file web/WEB-INF/jsp/systemSettings.jsp replace the line that says:
<%@page import="com.serotonin.m2m2.util.freemarker.MangoEmailContent"%>
... with:
<%@page import="com.serotonin.m2m2.email.MangoEmailContent"%>
-
Ok, it works!