Title: Caldera Forms plugin compatibility
Last modified: August 30, 2016

---

# Caldera Forms plugin compatibility

 *  Resolved [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/)
 * Hi,
 * I’m trying to export widget settings on a website with Caldera Forms plugin activated
   and I got this PHP error in exported file:
 *     ```
       <b>Warning</b>:  fputcsv() expects parameter 2 to be array, null given in <b>.../wp-content/plugins/caldera-forms/classes/admin.php</b> on line <b>1269</b>
       ```
   
 * I’m not sure if this is an issue with Widget Importer & Exporter plugin or the
   actual Caldera Forms plugin (I will log a ticket there too).
 * Can you please have a look at the issue?
 * Thank you!
 * Regards,
 * Oliver
 * [https://wordpress.org/plugins/widget-importer-exporter/](https://wordpress.org/plugins/widget-importer-exporter/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/#post-6644739)
 * Ticket logged at Caldera Forms support: [https://wordpress.org/support/topic/widget-importer-exporter-plugin-compatibility](https://wordpress.org/support/topic/widget-importer-exporter-plugin-compatibility)
 *  Thread Starter [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/#post-6644740)
 * Also, I forgot to say that I am not using Caldera Form widget in any widget area
   of my theme. I use the Caldera Form widget in page builder though. But does this
   really matter for Widget Importer & Exporter?
 *  Plugin Author [Steven Gliebe](https://wordpress.org/support/users/stevengliebe/)
 * (@stevengliebe)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/#post-6644764)
 * Hi Oliver,
 * I think I see what’s happening. Caldera Forms on init is calling a method save_form
   that checks for $_GET[‘export’]
 * [https://plugins.trac.wordpress.org/browser/caldera-forms/tags/1.3.0.1/classes/admin.php#L1203](https://plugins.trac.wordpress.org/browser/caldera-forms/tags/1.3.0.1/classes/admin.php#L1203)
 * Widget Importer & Exporter also checks for $_GET[‘export’] but only on its own
   page. Since Caldera Forms is looking for it on any page load, Widget Importer&
   Exporter’s exporter is unexpectedly triggering the Caldera Forms method. This
   conflict can probably be avoided by adding an additional check in Caldera Forms
   to limit its $_GET[‘export’] check only to page(s) where it is expected.
 * Let’s see what the Caldera Form guys think.
 *  [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/#post-6644770)
 * Facepalm! Sorting it out.
 *  Thread Starter [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/#post-6645112)
 * Hi Steven,
 * Thank you for finding the issue source!
 * [@david](https://wordpress.org/support/users/david/) Cramer
    Could this be fixed
   please? I still get the issue.
 * Thanks.
 * Oliver

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Caldera Forms plugin compatibility’ is closed to new replies.

 * ![](https://ps.w.org/widget-importer-exporter/assets/icon-256x256.jpg?rev=990577)
 * [Widget Importer & Exporter](https://wordpress.org/plugins/widget-importer-exporter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widget-importer-exporter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widget-importer-exporter/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-importer-exporter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-importer-exporter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-importer-exporter/reviews/)

## Tags

 * [compatibility](https://wordpress.org/support/topic-tag/compatibility/)

 * 5 replies
 * 3 participants
 * Last reply from: [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/caldera-forms-plugin-compatibility/#post-6645112)
 * Status: resolved