Title: [Plugin: Register Plus] Error Message on Dashboard Panel Display
Last modified: August 19, 2016

---

# [Plugin: Register Plus] Error Message on Dashboard Panel Display

 *  Resolved [Robert Lang](https://wordpress.org/support/users/robertlang/)
 * (@robertlang)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/)
 * Using Version 2.8.5 WordPress. in dash_widget.php line 24 : `extract( $args, 
   EXTR_SKIP );`
    There is an error echoed on the dashboard panel of WordPress:
 * Warning: extract() [function.extract]: First argument should be an array in /
   home/myname/public_html/mydomain/blog/wp-content/plugins/register-plus/dash_widget.
   php on line 24
 * Can you please code your script to comply please?
 * [http://wordpress.org/extend/plugins/register-plus/](http://wordpress.org/extend/plugins/register-plus/)

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

 *  Thread Starter [Robert Lang](https://wordpress.org/support/users/robertlang/)
 * (@robertlang)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1260924)
 * Well, not too bad for someone who has yet after ten years to open up a php book
   of any kind. Here is the new code to comply with WP V. 2.8.5:
 * Line 24 should look like this: `extract (array($this, 'EXTR_SKIP') );`
 * Now it’s nice and neat!
 *  [saladowine](https://wordpress.org/support/users/saladowine/)
 * (@saladowine)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1261133)
 * Thanks! I had the same error and had no idea what it meant. Thanks for posting
   the fix.
 *  [bluedemon](https://wordpress.org/support/users/bluedemon/)
 * (@bluedemon)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1261153)
 * Thank you. I had the same problem but the code fixed the issue.
 *  [acy](https://wordpress.org/support/users/acy/)
 * (@acy)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1261155)
 * Yeah. Fixed it for me too! thx
 *  [Yoav Rheims](https://wordpress.org/support/users/yoav1987/)
 * (@yoav1987)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1261175)
 * Don’t work for WP 3 …
 *  [scanID](https://wordpress.org/support/users/scanid/)
 * (@scanid)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1261183)
 * Thanks Robert,
 * Works for me on WP 3.0.1, the only thing I have different from the sample provided
   is:
 * extract (array($**args**, ‘EXTR_SKIP’) );
 * instead of
 * extract (array($**this**, ‘EXTR_SKIP’) );
 * Hope this helps others.

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

The topic ‘[Plugin: Register Plus] Error Message on Dashboard Panel Display’ is 
closed to new replies.

 * 6 replies
 * 6 participants
 * Last reply from: [scanID](https://wordpress.org/support/users/scanid/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-error-message-on-dashboard-panel-display/#post-1261183)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
