I need some help because I made a terrible mistake. I tested CodeRunner on Moodle 5.2.1, and it seemed to work. However, I now think it may have been running from cache or using a previously run question because I had cloned the Moodle server, so the cloned server already had some previously executed questions.
I have since encountered some errors, which I pulled from the Nginx server logs.
I tried putting the errors into AI for troubleshooting, but I got different possible issues suggested.
One of the issues suggested was that PHP 8.3 was catching an error in the sandbox.php file.
And the other was that the CodeRunner installation is internally inconsistent.
The parent class in:
classes/sandbox.phpexpects a newer execute() signature, while:
classes/ideonesandbox.phpstill has the older signature
The Moodle server is already in use so i cannot revert to the old server, I need to solve this issue, some one please help me.
Please check the logs from:
tail -f /var/log/nginx/error.log
