Installing Moodle 3.9

Installing Moodle 3.9

by Deepak Deshpande -
Number of replies: 2

Hello,


I am trying to install Moodle 3.9 on Ubuntu server 20, In the install screen I am getting following errors

NameInformationReportPluginStatus
phpCheck
php_extensionxmlrpc

The XMLRPC extension is useful for web services and Moodle networking.

Check
site not https

It has been detected that your site is not secured using HTTPS. It is strongly recommended to migrate your site to HTTPS for increased security and improved integration with other systems.

Check

My php version is

 php -v                          

PHP 7.4.5 (cli) (built: Apr 19 2020 07:36:30) ( NTS )

Copyright (c) The PHP Group

Zend Engine v3.4.0, Copyright (c) Zend Technologies

    with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies

When I check  the php version in the browser I get for following output

<?php

echo 'Current PHP version: ' . phpversion();


Current PHP version: 7.1.33-15+ubuntu18.04.1+deb.sury.org+1


Average of ratings: -
In reply to Deepak Deshpande

Re: Installing Moodle 3.9

by Usman Asar -
Picture of Plugin developers Picture of Testers
Deepak, you are confusing here a bit.
you mentioned your PHP is 7.4.5, and yet your current version is showing 7.1.33 as well

minimum to install 3.9 is php 7.2

also, what I see is you are using NTS (Non-Thread Safe), people usually use TS on Apache, and NTS on IIS and nginx