• Resolved mattnealstafflink

    (@mattnealstafflink)


    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 be download_images.

    This is causing a fatal error in [email protected].

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hey @mattnealstafflink,

    According to the error, the problem is that it’s looking for the key “downfload_image” (note the “f”). Can you please try downloading a fresh copy of our add-on and replace the one you’re using? I just tested with a fresh copy on PHP 8.2.8 and I am not getting the error.

Viewing 1 replies (of 1 total)
  • The topic ‘Typo in rapid-addon.php causing fatal error.’ is closed to new replies.