Traccar 4.1 completely new Installation on a Linux Raspery Pi 3+ Device with MySQL Database throws Error Message at first Login to Traccar Webinterface with admin/admin: Table traccar.uers doesn't exist - MySQLSyntaxErrorException (... <QueryBuilder:424<*:308<DataManager:313<PermissionManager:439< ...)
Version 3.17 was running perfeclty with same hardware and database constellation.
What is strange: Version 3.17 database tables were named for example "devices" or "events" and so on and in Version 4.1 the tables were named (automatically) as for example "tc_devices" or "tc_events" and so on BUT the logon Error tells me, that program is looking for the old table names without "tc_"
Most likely you have some issue in the config file.
Yes, you are right, I have rebuild the config file and now it is working fine.
Thank you very much for this hint!
Traccar 4.1 completely new Installation on a Linux Raspery Pi 3+ Device with MySQL Database throws Error Message at first Login to Traccar Webinterface with admin/admin:
Table traccar.uers doesn't exist - MySQLSyntaxErrorException (... <QueryBuilder:424<*:308<DataManager:313<PermissionManager:439< ...)
Version 3.17 was running perfeclty with same hardware and database constellation.
What is strange: Version 3.17 database tables were named for example "devices" or "events" and so on and in Version 4.1 the tables were named (automatically) as for example "tc_devices" or "tc_events" and so on BUT the logon Error tells me, that program is looking for the old table names without "tc_"