Title: Wdiget problem
Last modified: August 20, 2016

---

# Wdiget problem

 *  [leCLEMS](https://wordpress.org/support/users/leclems/)
 * (@leclems)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wdiget-problem/)
 * Hi all
 * We suddenly got a problem with the widget in wordpress.
 * The page take a very long time to load and in the page none of the javascripts
   works.
 * A PHP expert (not WP-expert) took a look at it and found that the page somehow‘
   time-out’ in the widgets.php (mysite\wp-admin\includes\widgets.php).
    Line 192:
 *     ```
       $has_form = call_user_func_array( $control['callback'], $control['params'] );
       ```
   
 * the call_user_func_array() call the following :
 *     ```
       [callback] => widget_logic_extra_control
           [params] => Array
               (
                   [0] => Array
                       (
                           [number] => -1
                       )
   
                   [1] => jr_125ads-1
               )
       ```
   
 * Look like the fact that the fact that the parameter is -1 is the problem.
 * However what should we do ?
 * Turn [number] => -1 to [number] => 1 ?
    Something else ?
 * Thank you in advance for your help.

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

 *  [Drew Jaynes](https://wordpress.org/support/users/drewapicture/)
 * (@drewapicture)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wdiget-problem/#post-3123518)
 * Hi leCLEMS,
 * It appears you may have a compatibility problem with the Widget Logic plugin 
   if you’ve narrowed the problem down that far. I’d suggest posting over in their
   plugin support forum for additional help. You can visit their support section
   via this link: [http://wordpress.org/support/plugin/widget-logic](http://wordpress.org/support/plugin/widget-logic)
 *  Thread Starter [leCLEMS](https://wordpress.org/support/users/leclems/)
 * (@leclems)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wdiget-problem/#post-3123522)
 * Thanks for you answer, will do.

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

The topic ‘Wdiget problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [leCLEMS](https://wordpress.org/support/users/leclems/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/wdiget-problem/#post-3123522)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
