Jaguwar
Member
Posted 3 years ago #
Hiya,
Has anyone else noticed, and is this a WP 2.7 problem? In the invitation code tracking dashboard widget, I get the following warning:
First argument should be an array in [...]/wp-content/plugins/register-plus/dash_widget.php on line 24
It's not a stopper to actually using the plugin, as I still see the stats, but I hate seeing even the warnings. For what it's worth, I'm getting it on all my blogs, on different servers.
nicoontheweb
Member
Posted 3 years ago #
I have the same error - OS is Ubuntu on Amazon s3 - anyone have any suggestions? I can't get the email working at all as a matter of fact. Help?
laurentk
Member
Posted 2 years ago #
Hello,
I'm having the same issue ...
Skullbit if you're there, would be great to let us know what/how to fix !
Cheers
laurentk
Member
Posted 2 years ago #
Sorry,
Didn't look everywhere and the response is actually there:
http://wordpress.org/support/topic/169366/page/2?replies=62
`Line 24 is:
extract( $args, EXTR_SKIP );
I found that changing this to:
if (is_array($args)) { extract( $args, EXTR_SKIP ); }`