DieterWelzel
Member
Posted 9 months ago #
Hi,
great SEO-Plugin. It works well with my WP 2.7 blog, but at the dashboard there appears this error message in the box of Yoast - Tweaking Websites:
"Warning: array_slice() expects parameter 1 to be array, null given in /customers/webseiten-infos.de/webseiten-infos.de/httpd.www/wp-content/plugins/robots-meta/yoast-posts.php on line 43"
I´m not experienced in php so I can´t solve this by my own.
Any hints would be great.
Thanks.
Best regards
Dieter
sebari
Member
Posted 9 months ago #
Just add a "2" after "feed" in the file: yoast-posts.php in the plugin directory of your yoast plugin (e.g. meta-robot or Sociable or breadcrumb or ...).
Example:
Original:
$rss = fetch_rss('http://feeds.feedburner.com/joostdevalk');
After correction:
$rss = fetch_rss('http://feeds2.feedburner.com/joostdevalk');
That should fix the error at the dashboard (at least for me).
DieterWelzel
Member
Posted 9 months ago #
Thanks a lot!
That fixed it!
MikeCaine
Member
Posted 4 months ago #
Is there any way of deleting the Yoast block from my dashboard?
Deleting it is as simpl as clicking screen options and removing the checkbox before the feed.