bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

Can't set up SQLite database without username specified #90

Closed Forkest closed 5 years ago

Forkest commented 5 years ago

Because $dbDriver is null at this stage.

bfabiszewski commented 5 years ago

Thanks for catching this! As a temporary workaround before I fix it, you may set a dummy user name.

Forkest commented 5 years ago

I've already done this, it works. Thank you for adding SQLite support.