Title: Problem with PHP
Last modified: August 21, 2016

---

# Problem with PHP

 *  [bbuubbuu](https://wordpress.org/support/users/bbuubbuu/)
 * (@bbuubbuu)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-php-5/)
 * I have installed Ig paguebilder, but suddenly when I wanted to add elements, 
   this showed up Warning: extract() [function.extract]: First argument should be
   an array in /home/skimaced/public_html/wp-content/plugins/ig-pagebuilder/templates/
   modal.php on line 21
 * And here is the code
 * ‘?php
    /** * [@version](https://wordpress.org/support/users/version/) $Id$ * 
   [@package](https://wordpress.org/support/users/package/) IG Pagebuilder * [@author](https://wordpress.org/support/users/author/)
   InnoGears Team <support@www.innogears.com> * [@copyright](https://wordpress.org/support/users/copyright/)
   Copyright (C) 2012 [http://www.innogears.com](http://www.innogears.com). All 
   Rights Reserved. * [@license](https://wordpress.org/support/users/license/) GNU/
   GPL v2 or later [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)**
   Websites: [http://www.www.innogears.com](http://www.www.innogears.com) * Technical
   Support: Feedback – [http://www.www.innogears.com](http://www.www.innogears.com)**
   Content of Modal popup */ if ( ! isset( $_SESSION ) ) die;
 * extract( $_SESSION );
    if ( isset( $ig_pagebuilder_submodal ) ) extract( $ig_pagebuilder_submodal);
   else if ( isset( $ig_pagebuilder ) ) extract( $ig_pagebuilder );
 * $submodal = ! empty( $submodal ) ? ‘submodal_frame’ : ”;
    if ( ! isset( $params))
   exit;
 * if ( ! empty( $shortcode ) ) {
    ?> <div id=”ig-element-<?php echo esc_attr( IG_Pb_Helper_Shortcode::
   shortcode_name( $shortcode ) ); ?>”> <div class=”jsn-bootstrap” id=”form-container”
   > <div id=”modalOptions” class=”form-horizontal <?php echo esc_attr( $submodal);?
   >”> <?php if ( ! empty( $params ) ) { $params = stripslashes( $params ); $params
   = urldecode( $params ); }’
 * [http://wordpress.org/plugins/ig-pagebuilder/](http://wordpress.org/plugins/ig-pagebuilder/)

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

 *  Plugin Author [InnoGears](https://wordpress.org/support/users/innogears/)
 * (@innogears)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493339)
 * Hello,
 * This warning will be fixed in next version of IG PageBuilder, currently you can
   turn the WP debug to bypass it because this warning does not affect to the plugin
   working flow.
 * You can turn WP_DEBUG of by editing this file: /wp-config.php
    find this: `define('
   WP_DEBUG', true);`
 * change it to this:
    `define('WP_DEBUG', false);`
 *  Thread Starter [bbuubbuu](https://wordpress.org/support/users/bbuubbuu/)
 * (@bbuubbuu)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493341)
 * Thank you very much, I have checked the /wp-cinfig.php file, it is already set
   to false 🙁 any other suggestion? i really want to use this plug in..
 *  Plugin Author [InnoGears](https://wordpress.org/support/users/innogears/)
 * (@innogears)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493358)
 * You can try this, add this code:
    `error_reporting(0)`
 * before this line:
    `extract( $_SESSION );`
 * Hope that it can bypass the warning.
 * Otherwise, you can uninstall IG-PageBuilder (and a plugin named “IT Free Shortcodes”
   if it exists) then reinstall a fresh package of IG-PageBuilder which downloaded
   directly from here:
 * [http://wordpress.org/plugins/ig-pagebuilder/](http://wordpress.org/plugins/ig-pagebuilder/)
 *  Thread Starter [bbuubbuu](https://wordpress.org/support/users/bbuubbuu/)
 * (@bbuubbuu)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493359)
 * Thank you for your effort, now the warning is gone, but when I try to insert 
   an element, the options for the elements are gone…[http://prntscr.com/2jg6dt](http://prntscr.com/2jg6dt)
 * Uninstalled and installed many times but still not working 🙁
 *  Plugin Author [InnoGears](https://wordpress.org/support/users/innogears/)
 * (@innogears)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493379)
 * Hi,
    It’s weird, is it possible to provide us a temporary account into your website
   to make investigation? if yes, you can post a support ticket here: [http://www.innogears.com/dwqa-questions/](http://www.innogears.com/dwqa-questions/)
 * it’s less than five minutes to register and post your issue :), our staff will
   contact you to make a help.
 *  Thread Starter [bbuubbuu](https://wordpress.org/support/users/bbuubbuu/)
 * (@bbuubbuu)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493387)
 * sure, thank you very much.

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

The topic ‘Problem with PHP’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ig-pagebuilder.svg)
 * [IG PageBuilder](https://wordpress.org/plugins/ig-pagebuilder/)
 * [Support Threads](https://wordpress.org/support/plugin/ig-pagebuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/ig-pagebuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ig-pagebuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ig-pagebuilder/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [bbuubbuu](https://wordpress.org/support/users/bbuubbuu/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/problem-with-php-5/#post-4493387)
 * Status: not resolved