-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
3.10.3
-
None
-
MOODLE_310_STABLE
Moodle course titles and forum post titles containing a question mark are resulting in content not exported correctly in GDPR data export requests on Windows servers.
Taking a look inside the logs shows that this results in moodle trying to create subfolders with a question mark in the folder name in the temp folder which results in the file not being saved correctly (line 97 of \privacy\classes\local\request\moodle_content_writer.php: call to core_privacy\local\request\moodle_content_writer->write_data()).
This is caused by question marks being invalid in Windows folder and file names.
Unfortunately the overall processing succeeds and the user gets his export zip file. The problematic contents are missing however.
- has to be finished together with
-
MDL-66245 GDPR data request export not usable when using special characters (invalid file paths)
-
- Closed
-