Hello,
I just updated to Moodle 3.8 and to (php 7.3) and whenever I go to the grading panel, I receive two "undefined" boxes and then the Ajax widgets (for example, the "show more" button) do not work. if I look at the javascript console I see that the Ajax calls are failing with a 403 error, e.g.:
https://subdomain.domain.com/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies,core_output_load_template_with_dependencies,core_output_load_template_with_dependencies&cachekey=1579840239&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22form_autocomplete_suggestions%22%2C%22themename%22%3A%22classic%22%2C%22lang%22%3A%22en_us%22%7D%7D%2C%7B%22index%22%3A1%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22form_autocomplete_selection%22%2C%22themename%22%3A%22classic%22%2C%22lang%22%3A%22en_us%22%7D%7D%2C%7B%22index%22%3A2%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22mod_assign%22%2C%22template%22%3A%22grading_navigation_user_summary%22%2C%22themename%22%3A%22classic%22%2C%22lang%22%3A%22en_us%22%7D%7D%5D
throws a 403. I have changed nothing else on the server configuration.
But until I figure this out,I can't use any of the widgets and so it's pretty miserable to use moodle.
Does anyone have a guess as to what might be causing the server to do this?
thanks in advance,
Erico