Any idea about this issue?
I am running MOODLE_401_STABLE
with
PHP 8.0.27 (cli) (built: Jan 13 2023 10:38:43) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.27, Copyright (c) Zend Technologies
with Zend OPcache v8.0.27, Copyright (c), by Zend Technologies
upload_max_filesize = 2048M
memory_limit = 2048M
post_max_size = 2048M
and I am trying to upload an 1,8 GByte course backup.
I also have:
$CFG->debug = E_ALL | E_STRICT;
$CFG->debugdisplay = true;
but I don't see any issue detail on the screen.
I did some search along moodle forums and I found
https://moodle.org/mod/forum/discuss.php?d=280517, for instance,
but it was not fixing my issue.
Apache log files are empty.
Apache access files seems correct.
[18/Mar/2023:11:24:42 +0100] "GET /backup/restorefile.php?contextid=1 HTTP/1.1" 200 24753
[18/Mar/2023:11:24:42 +0100] "GET /theme/image.php/moove/theme/1678773561/favicon HTTP/1.1" 404 201
[18/Mar/2023:11:24:50 +0100] "POST /repository/repository_ajax.php?action=upload HTTP/1.1" 200 663
[18/Mar/2023:11:24:57 +0100] "POST /lib/ajax/service.php?sesskey=6SSbfPf7xd&info=core_backup_get_async_backup_progress HTTP/1.1" 200 1193
[18/Mar/2023:11:27:36 +0100] "POST /repository/repository_ajax.php?action=upload HTTP/1.1" 200 663
As usual, thanks in advance.