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
In READ ▶ So würde ich programmieren lernen 2024. -> Translations on/off.
I see db error.
Expected behavior
Screenshots
Server (please complete)
You can copy/paste data from http://[.. your LWT installation]/server_data.php.
Server Data
Server
Data Value
LWT version v002010000
Web Server Apache/2.4.56 (Debian)
Server Software Apache/2.4.56
Server Location vm1:8010
PHP Version 8.1.27
Database
Data Value
Database name learning-with-texts
Database prefix (surrounded by "") ""
Database Size 0.1 MB
MySQL Version 10.7.8-MariaDB-1:10.7.8+maria~ubu2004
Client API
Data Value
REST API Version 0.1.1
REST API Release date 2023-12-29
That's quite an annoying issue, because I thought it fixed before publishing 2.10, yet it nothing critical. I hope reloading the page whenever it happens should be enough.
The cause of this issue is that version 2.10 implements are cleaner database system, yet backward compatible with the previous iterations of LWT, so it's not so cleaned. This issue appears when two scripts are trying to check the database for updates at the same time. One way to fix it definitely is to comment (or delete) the first lines of db/schema/baseline.sql: https://github.com/HugoFara/lwt/blob/13b0d85f37f916c5df0e4fbed9fcfda8e40598a1/db/schema/baseline.sql#L4C1-L16C1
Once I get rid of $tbpref it won't appear anymore, but I think it's better if I publish a hacky fix before that.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Server (please complete)
You can copy/paste data from http://[.. your LWT installation]/server_data.php.
Server Data
Server
Data Value
LWT version v002010000
Web Server Apache/2.4.56 (Debian)
Server Software Apache/2.4.56
Server Location vm1:8010
PHP Version 8.1.27
Database
Data Value
Database name learning-with-texts
Database prefix (surrounded by "") ""
Database Size 0.1 MB
MySQL Version 10.7.8-MariaDB-1:10.7.8+maria~ubu2004
Client API
Data Value
REST API Version 0.1.1
REST API Release date 2023-12-29
Desktop (if necessary):
Smartphone (if necessary):
Additional context
LWT Backup
lwt-backup-exp_version-2024-04-07-08-00-08.sql.gz
The text was updated successfully, but these errors were encountered: