WordPress / wordpress-importer

The WordPress Importer
https://wordpress.org/plugins/wordpress-importer/
GNU General Public License v2.0
78 stars 76 forks source link

Undefined index: 'extension' #139

Open zaerl opened 1 year ago

zaerl commented 1 year ago

In PHP 7.2 an attachment URL without extension generates a:

Notice: Undefined index: extension in /var/www/html/wp-content/plugins/wordpress-importer/class-wp-import.php on line 1043.

A conditional check must be made here.

See: https://www.php.net/manual/en/function.pathinfo.php#example-2264