Hi. I downloaded the Traccar Server Source Code 3.15 and I compiled without a code change and apparently everything works, except when I enter via Web and try to change the group of a device. Displays this error:
"Invalid column name 'disabled'. - SQLServerException (... <QueryBuilder: 477 <DataManager: 457 <BaseObjectManager: 96 <...)"
With binary package works. Does anyone have any idea what this error might be?
UPDATE: Any change in the device or even a new one, this error occurs.
Looks like you downloaded master branch, not 3.15. There is a big warning about using master branch:
https://www.traccar.org/source-code/
If you want source code I would recommend using tag.
I downloaded a correct version and it worked.
Thank you.
Hi. I downloaded the Traccar Server Source Code 3.15 and I compiled without a code change and apparently everything works, except when I enter via Web and try to change the group of a device. Displays this error:
With binary package works. Does anyone have any idea what this error might be?