Typo in rapid-addon.php causing fatal error.
-
First warning is:
PHP Warning: Undefined array key "downfload_image"in /sites/sitename.com.au/files/web/app/plugins/import-xml-csv-settings-to-rank-math-seo/rapid-addon.php on line 351
The line is this:
if ( ! array_key_exists( $field_slug, $import_options['download_image'] ) ) {
But the
$import_options
array is set on line 29. The first key/value is this:'download_images' => 'yes',
it should be
'download_image'
or line 351 should bedownload_images
.This is causing a fatal error in [email protected].
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Typo in rapid-addon.php causing fatal error.’ is closed to new replies.