Error in this line
return $_config[0] =& $config;
when I changed this to
$_config[0] =& $config;
return $_config[0];
then it gives me http error 500
A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257
It give like that error and also my server php version is updated 7.1