Ešte jednu chybu mám v jednom wp plugine:
v logu je takéto hlásenie
[30-Jul-2019 17:18:44 UTC] PHP Notice: Undefined index: Location in /home/p***********osk/p***********o.sk/wp-content/plugins/gd-player/google-drive-api.php on line 212
[30-Jul-2019 17:18:44 UTC] PHP Notice: Undefined offset: 1 in /home/p***********osk/p***********o.sk/wp-content/plugins/gd-player/google-drive-api.php on line 210
kód je takýto:
function locheader($page){
$temp = explode("\r\n", $page);
foreach ($temp as $item) {
$temp2 = explode(": ", $item);
$infoheader[$temp2[0]] = $temp2[1];
}
$location = $infoheader['Location'];
return $location;
čo to môže byť ? je to verziou PHP ?