by Johnny Lo.
I believe there is around 500 activities in the course. We do use WIRIS filter on this site but not the editor. The course requires grid and LTI which are both installed.
I compared the temp backup folder for the failed restore and unziped folder of the math course to find that they are identical. The unzipping finished really quickly (based on the timestamp of the files and folders).
Examining the XML file find an activity with a title that contains 2 empty lines that looks like 2 CR. Opening the file in UTF-8 or Win 1252 show no funny code on that line. The paths in the buid file look normal.
I ran another test after increasing max_input_time to 600, memory_limit to 256 and fastcgi application queue length 5000 (5 times the original). It failed in 2 minutes which is sooner than any other test run. The PHP error is:
----
PHP error: Error code: restore_not_executable_awaiting_required
$a contents: 800
----
What else among IIS, FastCGI and PHP can I tweak? Assuming this is still the focus because we had turned off SQL query timeout and only this course restore still failed. So we have kind of ruled out SQL server setting being the source of issue.
I compared the temp backup folder for the failed restore and unziped folder of the math course to find that they are identical. The unzipping finished really quickly (based on the timestamp of the files and folders).
Examining the XML file find an activity with a title that contains 2 empty lines that looks like 2 CR. Opening the file in UTF-8 or Win 1252 show no funny code on that line. The paths in the buid file look normal.
I ran another test after increasing max_input_time to 600, memory_limit to 256 and fastcgi application queue length 5000 (5 times the original). It failed in 2 minutes which is sooner than any other test run. The PHP error is:
----
PHP error: Error code: restore_not_executable_awaiting_required
$a contents: 800
----
What else among IIS, FastCGI and PHP can I tweak? Assuming this is still the focus because we had turned off SQL query timeout and only this course restore still failed. So we have kind of ruled out SQL server setting being the source of issue.