You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make sure, your elexis database has a locale-config (select wert from config where param='locale'; ). If this query returns an empty set, find out your machine's locale by typing locale in the terminal. Then insert that in the 'config' table, as in: insert into config (param,wert) values ("locale","de_CH.UTF-8");
make sure, your table names are lowercase and the mysql server is set to ignore case. Instructions here