Hello everyone,
I'm having a problem running the cron.php file.
in fact, i wanted to run this file by hand because i had a course copy problem and when i tried to run it via :
php admin/cli/cron.php
I got a few 'deprecated' errors.
and especially at the very end :
`<p>Error: database driver problem detected</p>
<p>The site administrator should verify server configuration</p><p>PHP has not been properly configured with the MySQLi extension for it to communicate with MySQL. Please check your php.ini file or recompile PHP.</p>`
my moodle is in version 4.11 and hosted on a debian 11. i'm in php 7.4 fpm with the mysqli extension installed and active.
Any ideas?
Thanks in advance