I'm running PHP 5 and latest wordpress.
I keep getting this error when I add the Twitter Followers List widget to my sidebar:
Warning: shuffle() expects parameter 1 to be array, object given in /home/thindery/public_html/wp-content/plugins/simple-twitter-connect/stc-followers.php on line 135
Warning: array_slice() expects parameter 1 to be array, object given in /home/thindery/public_html/wp-content/plugins/simple-twitter-connect/stc-followers.php on line 136
Warning: Invalid argument supplied for foreach() in /home/thindery/public_html/wp-content/plugins/simple-twitter-connect/stc-followers.php on line 144
However, right below it it does show the "username on Twitter" link and that I have 1 follower(that's correct).
Any idea how to resolve these php errors?