• Resolved gbonati

    (@gbonati)


    I am using the last version of the plugin on the Swagger theme.
    I get these warnings:

    Warning: Invalid argument supplied for foreach() in /home/soloblog/public_html/bestpricegetit.com/wp-content/plugins/wp-ultimate-csv-importer/templates/menu.php on line 7

    Warning: in_array() expects parameter 2 to be array, boolean given in /home/soloblog/public_html/bestpricegetit.com/wp-content/plugins/wp-ultimate-csv-importer/includes/WPImporter_includes_helper.php on line 243

    This is a wonderful plugin, I hope is is fixed soon.

    Best regards,

    Guido

    https://wordpress.org/plugins/wp-ultimate-csv-importer/

Viewing 1 replies (of 1 total)
  • Plugin Author Smackcoders Inc.,

    (@smackcoders)

    @gbonati, Try this temporary fix for now, we are working for next release for a most stabilized version

    Add the following code in your csv importer plugin.

    File: templates/menu.php, add following code above line no 7
    if(is_array($get_settings))

    File: includes/WPImporter_includes_helper.php, add following code above line no 243

    if(is_array($wpcsvfreesettings))

Viewing 1 replies (of 1 total)

The topic ‘Warnings WPImporter_includes_helper.php’ is closed to new replies.