Morgaine
Member
Posted 11 months ago #
In the Yoast - Tweaking websites (advertising?) box in my wp dashboard, the following error is displayed:
Warning: array_slice() expects parameter 1 to be array, null given in /.../.../.../.../blog.morgaine-lefaye.net/wp-content/plugins/sociable/yoast-posts.php on line 43
# No items
Any idea why?
http://wordpress.org/extend/plugins/sociable/
Which version of Sociable are you running?
phorbidden
Member
Posted 10 months ago #
I am having the same issue
latest version of sociable and WP
phorbidden
Member
Posted 10 months ago #
I might have fixed this. Go to sociable.php and comment out the line before ?>
change require_once("yoast-posts.php");
to //require_once("yoast-posts.php");
Looks like it is some rss feed checker from yoast.com. Just get rid of it.