i'm trying to troubleshoot a staff directory system that's built by someone else. it shows up fine on php5.6 but we were told to move to at least php7.4 by May this year. so i tried running simulations using xampp php7.4 on my laptop. but i got this error :
Uncaught Exception
Trying to access array offset on value of type null
Origin
app\functions\language.php on line 33
which corresponds to this line
function language_name() {
return Registry::get('language')['name'];
}
i've tried googling for solutions but came up with nothing. i'm not programming savvy and the guy who built this system has transferred out and cannot be reached so i'm out of options. any help is very appreciated.