Title: Warnings WPImporter_includes_helper.php
Last modified: August 21, 2016

---

# Warnings WPImporter_includes_helper.php

 *  Resolved [gbonati](https://wordpress.org/support/users/gbonati/)
 * (@gbonati)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/warnings-wpimporter_includes_helperphp/)
 * 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/](https://wordpress.org/plugins/wp-ultimate-csv-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * (@smackcoders)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/warnings-wpimporter_includes_helperphp/#post-4968010)
 * [@gbonati](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/wp-ultimate-csv-importer/assets/icon.svg?rev=3131703)
 * [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress](https://wordpress.org/plugins/wp-ultimate-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ultimate-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/warnings-wpimporter_includes_helperphp/#post-4968010)
 * Status: resolved