I have moodle 3.11 installed and when i check my server environment, it shows
check_xmlrpc_usage | Error |
Can someone, please help.
I have moodle 3.11 installed and when i check my server environment, it shows
check_xmlrpc_usage | Error |
Can someone, please help.
Hi Tshering,
Do you need XMLRPC? If you do, make sure that you are using a maximum of PHP 7.4 as it is not supported in PHP 8.0, the latest version compatible with the now unsupported release of Moodle 3.11. Keep in mind that newer releases of Moodle don't require or support XML-RPC so you may want to work on migrating dependencies away from it.
If you don't depend on XML-RPC, you can use PHP 8.0 but then you should disable XML-RPC in Moodle 3.11 by navigating to Site Administration > Server > Web Services: Manage Protocols and disabling XML-RPC Protocol. This will result in a different warning on the Environment page but you will need to live with that until you upgrade to a newer supported release of Moodle.
Hope you find this information useful.
Merry Christmas!
Michael Milette