Hello,
I recently upgraded my Moodle instance to 3.11.6 from 3.6. All went well and showed success. I now have an undefined popup on screen and 403 (forbidden) error showing in the Chrome Dev Tools whenever I try to enroll users or add/delete resources. Definitely seems like some configuration issue but I'm using the same PHP and Apache versions/configs.
For example, when I try to enroll a user in a course, I get the undefined popup (twice) and the following (decoded) URL showing a 403 error in the dev tools:
https://myurl.com/moodle/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1651456176&args=[{"index":0,"methodname":"core_output_load_template_with_dependencies","args":{"component":"core","template":"form_autocomplete_selection","themename":"boost","lang":"en"}}
The apache "user" is the owner/group for all files/folders and 755 is the mode for all files/folders.
It doesn't seem to be an access issue, at least on the service-nologin.php file. If I open that URL in the browser, I don't get a 403 error, just a json response about coding error detected; expected since no args were sent.
Nothing showing in the server or PHP error logs except when I paste the full (encoded) URL and get the 403 error page n the browser and it shows 403 in the logs.
Server OS: RHEL 6.10
PHP version: 7.3.25
Apache version: 2.2.15
Any guidance would be greatly appreciated!
Thanks,
Tom