Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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!