Declaration of cache_disabled::has($key) must be compatible with cache::has($key, $tryloadifpossible = false)

Declaration of cache_disabled::has($key) must be compatible with cache::has($key, $tryloadifpossible = false)

by Chetan Mhatre -
Number of replies: 1

I am try to install moodle (V 3.3) on my local machine, but getting this error.


Fatal error: Declaration of cache_disabled::has($key) must be compatible with cache::has($key, $tryloadifpossible = false) in C:\xampp\htdocs\moodle\cache\disabledlib.php on line 161


Please help 

Average of ratings: Useful (1)
In reply to Chetan Mhatre

Re: Declaration of cache_disabled::has($key) must be compatible with cache::has($key, $tryloadifpossible = false)

by Darko Miletić -

You are using PHP 7.2 with unsupported version of Moodle.

Average of ratings: Useful (1)