other users problem with device listing shows blank

Anazapta7 years ago

Hi Anton,

I have sometimes problem with other users. For example User1 works with the system add some devices and after some weeks he cant see the devices and it shows : "loading"
Device Stuck.
My user as Admin is all correct. everything work fine.
from wrapper i get only this error when restart traccar service: but failOnError was false. Error: Can't DROP 'uk_user_token'; check that column/key exists [Failed SQL: ALTER TABLE traccar.users DROP KEY uk_user_token]

Any help should be great...
Thank you

Anton Tananaev7 years ago

Are you using MySQL with MyISAM engine? You should use InnoDB because MyISAM doesn't support foreign keys.

Anazapta7 years ago

Thank you Anton,

yeah i was using MyIsam. my mistake.

See you,