[Windows Server 2019] – Instalación de Moodle 3.8.2 – Parte 2

3
3642
0
(0)

Hola Comunidad;
En esta serie de videotutoriales, les voy a enseñar a instalar Moodle 3.8.2 en Windows Server 2019 usando IIS 10, PHP 7.4.5 x64 y MySQL 8.0.

Debemos de realizar la modificación o verificación de los siguientes apartados de configuración en el archivo PHP.ini

error_log = "ErrorLog/php_errors.log"
extension_dir = "ext"
max_execution_time = 600
memory_limit = 128M
session.save_handler = files
file_uploads = On
session.auto_start = 0
post_max_size = 512M
upload_max_filesize = 512M
date.timezone = America/Lima
extension_dir = "ext"
extension=curl
extension=fileinfo
extension=gd2
extension=intl
extension=mbstring
extension=mysqli
extension=openssl
extension=pdo_mysql
extension=soap
extension=xmlrpc
zend_extension=php_opcache.dll
opcache.enable=1
opcache.memory_consumption=128
opcache.max_accelerated_files=10000
opcache.revalidate_freq=60
opcache.use_cwd=1
opcache.save_comments=1
opcache.enable_file_override=0

Muchas Gracias.

¿De cuánta utilidad te ha parecido este contenido?

¡Haz clic en una estrella para puntuar!

Promedio de puntuación 0 / 5. Recuento de votos: 0

Hasta ahora, ¡no hay votos!. Sé el primero en puntuar este contenido.

3 COMENTARIOS

  1. Buenas, un gusto, con el fin de soporte a Centos 8 tengo que pensar en mudar mi plataforma moodle, la duda que tengo es que tan estable es en Windows server a comparacion con centos? Mi plataforma maneja alrededor de 1500 usuarios

  2. Buenas tardes me sale este error.

    PHP Warning: Use of undefined constant NO_DEBUG_DISPLAY – assumed ‘NO_DEBUG_DISPLAY’ (this will throw an Error in a future version of PHP) in C:\inetpub\wwwroot\moodle\lib\weblib.php on line 3217
    PHP Warning: Use of undefined constant NO_DEBUG_DISPLAY – assumed ‘NO_DEBUG_DISPLAY’ (this will throw an Error in a future version of PHP) in C:\inetpub\wwwroot\moodle\lib\weblib.php on line 3225
    Debugging: cURL request for «https://download.moodle.org/download.php/direct/langpack/3.8/languages.md5» failed with: Failed to connect to download.moodle.org port 443: Timed out (28) in
    * line 1627 of \lib\filelib.php: call to debugging()
    * line 511 of \lib\componentlib.class.php: call to download_file_content()
    * line 458 of \lib\componentlib.class.php: call to component_installer->get_all_components_md5()
    * line 390 of \lib\componentlib.class.php: call to component_installer->get_component_md5()
    * line 285 of \lib\componentlib.class.php: call to component_installer->need_upgrade()
    * line 804 of \lib\componentlib.class.php: call to component_installer->install()
    * line 665 of \lib\componentlib.class.php: call to lang_installer->install_language_pack()
    * line 383 of \install.php: call to lang_installer->run()

DEJA UNA RESPUESTA

Por favor ingrese su comentario!
Por favor ingrese su nombre aquí