Hi, we encountered a problem today importing questions to moodle using moodleXML.
I have 2 files that im testing with. One properly formatted file with a load of questions, and one test file called test.xml.
Basically when i import the test.xml which just contains a bunch of copied characters over and over, it uploads fine to the server.
But when i try and upload the real file with the actual questions i want to add to the database I get a server error. Keep in mind that this error comes before i've clicked the import button. So this is happening on upload.
- They are both xml files.
- test.xml is larger than the proper file.
- The proper file uploads fine in our other test environment which should be the same backend except it does not operate on https. rather uses http.
To me it seems like https is scanning and rejecting the proper xml file for some reason but is this possible? We are using Bitnami moodle image.
