-
Bug
-
Resolution: Fixed
-
Medium
-
None
Starting from May 30, no app strings were imported into AMOS due to string ID too long and exceeding the column width:
Execute scheduled task: Import Moodle Apps strings (local_amos\task\import_app_strings)
|
... started 12:52:15. Current memory use 8.0 MB.
|
Loading langindex from https://raw.githubusercontent.com/moodlehq/moodle-local_moodlemobileapp/master/langindex.json
|
... used 4 dbqueries
|
... used 0.3733241558075 seconds
|
... used 10.3 MB peak memory
|
Scheduled task failed: Import Moodle Apps strings (local_amos\task\import_app_strings),Error writing to database (ERROR: value too long for type character varying(100)
|
INSERT INTO mdl_amos_app_strings (component,stringid,appid) VALUES ($1,$2,$3),($4,$5,$6), ...
|