In de php error log staan ineens heeeel veel fouten met dezelfde fout:
Backend log: PHP Warning: Undefined array key "height" in /home/u56201p53349/domains/slaapzoet.nl/public_html/wp-includes/media.php on line 1386\nAls ik die line opzoek dan gaat het (denk ik) over dit stukje:
// If the image dimensions are within 1px of the expected size, use it.
if ( wp_image_matches_ratio( $image_width, $image_height, $image['width'], $image['height'] ) ) {
// Add the URL, descriptor, and value to the sources array to be returned.
$source = array(
'url' => $image_baseurl . $image['file'],
'descriptor' => 'w',
'value' => $image['width'],
);
Hoe kan ik dit oplossen? En kan het voor nu kwaad?
Dank vast!
Onderwerp: Hoe fix ik een undefined array key?
Iemand aub?
niemand??