Messages écrits par Howard Miller

Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers
I'm not convinced that there's anything particularly "special" about LTS versions. They just get security patches backported for ages. None of this means that plugin devs will do anything different.
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers
Firstly, I wouldn't worry about it too much. It's a pedantic security check, to say the least. Moodle is open source, so you're not giving anything way.

If the question is "why isn't my .htaccess file working?", the quickest thing to do is to deliberately put something "rubbish" in the file. Restart your web server and it should fail completely (Error 500 probably). If it doesn't then the next thing is to see your Apache config for the site.
Moyenne des évaluations Useful (1)
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers
The first thing I would check is that your server *definitely* meets requirements - see https://moodledev.io/general/releases/4.5

If debugging results in a blank page then you really need to find and check wherever PHP and/or your web server logs. The logs will hopefully give us a clue what's going on. Otherwise, it's a lot of guessing.