Diferencia entre revisiones de «Plantilla:XMLRPC Note Moodle 4.1»

De MoodleDocs
(copied from English page)
 
(copied from English page)
 
Línea 1: Línea 1:
{{Nota|The installation of the '''XMLRPC PHP extension''' is not needed for Moodle 4.1 core anymore. All [[MNet]] features continue working exactly the same, but using a PHP library instead (see MDL-76055 for details).
{{Nota|La instalación de la extensión '''XMLRPC PHP''' ya no es necesaria para el núcleo de Moodle 4.1. Todas las características de [[MNet]] continúan funcionando exactamente igual que antes, pero ahora usan una librería (biblioteca) PHP (vea MDL-76055 para los detalles).
If you were using the '''webservice_xmlrpc''' plugin for integrations with other systems, be warned that it has been removed from core for Moodle 4.1 (see MDL-76052 for details). It's now available @ https://github.com/moodlehq/moodle-webservice_xmlrpc and has been also published in the [https://moodle.org/plugins/webservice_xmlrpc Plugins directory]. Note that, if you want to continue using this plugin, then you will need, '''before starting the upgrade process''', to:
If you were using the '''webservice_xmlrpc''' plugin for integrations with other systems, be warned that it has been removed from core for Moodle 4.1 (see MDL-76052 for details). It's now available @ https://github.com/moodlehq/moodle-webservice_xmlrpc and has been also published in the [https://moodle.org/plugins/webservice_xmlrpc Plugins directory]. Note that, if you want to continue using this plugin, then you will need, '''before starting the upgrade process''', to:
# Install the '''XMLRPC PHP extension''', the webservice requires it.
# Install the '''XMLRPC PHP extension''', the webservice requires it.
# Install the '''webservice_xmlrpc plugin''', from the links in the previous paragraph, into the <tt>webservice/xmlrpc</tt> directory.
# Install the '''webservice_xmlrpc plugin''', from the links in the previous paragraph, into the <tt>webservice/xmlrpc</tt> directory.
# Then, and only then, start the upgrade process.}}
# Then, and only then, start the upgrade process.}}

Revisión actual - 20:02 2 ene 2023

Nota: La instalación de la extensión XMLRPC PHP ya no es necesaria para el núcleo de Moodle 4.1. Todas las características de MNet continúan funcionando exactamente igual que antes, pero ahora usan una librería (biblioteca) PHP (vea MDL-76055 para los detalles).

If you were using the webservice_xmlrpc plugin for integrations with other systems, be warned that it has been removed from core for Moodle 4.1 (see MDL-76052 for details). It's now available @ https://github.com/moodlehq/moodle-webservice_xmlrpc and has been also published in the Plugins directory. Note that, if you want to continue using this plugin, then you will need, before starting the upgrade process, to:

  1. Install the XMLRPC PHP extension, the webservice requires it.
  2. Install the webservice_xmlrpc plugin, from the links in the previous paragraph, into the webservice/xmlrpc directory.
  3. Then, and only then, start the upgrade process.