Vimexx Facebook

Onderwerp: Hoe fix ik een undefined array key?

10-05-2023 17:04

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\n

Als 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!

11-05-2023 13:04
#4424

Iemand aub?

15-05-2023 13:07
#4438

niemand??

- 5 van 5 sterren -