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
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
Well spotted. I'm still missing a good setup or upgrade method. So I didn't see that problem coming for a long running system where the sql was hand created.
Will have a look at it in the next days.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using 10.1.26-MariaDB as database, running Debian Stretch. I used the db.sql stuff to setup the database but run into a case sensitivity issue.
MariaDB is case sensitive running on linux, so lggr doesn't find its tables and views, e.g. lggrdev.Today if there are lower case in the database.
Workarround: rename the views to lowercase in lggr_class.php, or strtolower() them
The text was updated successfully, but these errors were encountered: