Moodle 3.10 on Laragon Full 4.0.16 on Windows 10 (localhost) (split from Laragon on Windows: Error installing Moodle 3.9.2)

Re: Laragon on Windows: Error installing Moodle 3.9.2

by Christopher Gerard -
Number of replies: 2
My mistake - learning curve sad
I did not see a way to rearrange. Do you have any suggestions?
In reply to Christopher Gerard

Re: Laragon on Windows: Error installing Moodle 3.9.2

by iulian ghetau -
this is my working config.php structure <?php // Moodle configuration file

unset($CFG);
global $CFG;
$CFG = new stdClass();

$CFG->dbtype = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'moodle';
$CFG->dbuser = 'root';
$CFG->dbpass = 'root';
$CFG->prefix = 'mdl_';
$CFG->dboptions = array (
'dbpersist' => 0,
'dbport' => '',
'dbsocket' => '',
'dbcollation' => 'utf8_unicode_ci',
);

$CFG->wwwroot = 'http://localhost/moodle';
$CFG->dataroot = 'C:\\laragon\\moodledata';
$CFG->admin = 'admin';

$CFG->directorypermissions = 0777;

require_once(__DIR__ . '/lib/setup.php');

// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!

---------------------------------- Moodle 3.11.4+ installed succesfully to Laragon full !!

However, I am disappointed that it is impossible to complete the installation of Moodle on Laragon portable.
The installation goes perfectly to the Installation page, where nothing appears
The password entry space for admin is not displayed !!!

http://localhost/moodle/user/editadvanced.php?id=2#
title="Edit password" aria-label="Edit password">