Traccar 3.15 - Source Code Problem?

negrisoli7 years ago

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?

negrisoli7 years ago

UPDATE: Any change in the device or even a new one, this error occurs.

Anton Tananaev7 years ago

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.

negrisoli7 years ago

I downloaded a correct version and it worked.

Thank you.