when I'm connecting with MySQL it is showing this error. I have installed the latest version of traccar.
Unrecognized field "fromLoc" (class org.traccar.model.Device), not marked as ignorable (14 known properties: "contact", "positionId", "model", "name", "uniqueId", "phone", "status", "attributes", "geofenceIds", "groupId", "id", "disabled", "category", "lastUpdate"])
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 167] (through reference chain: org.traccar.model.Device["fromLoc"])
It looks like you are not using official Traccar.
we have downloaded the traccer from github and in the device model there is no fromLoc column.
when I'm connecting with MySQL it is showing this error. I have installed the latest version of traccar.