Hungryfeed error with wordpress.com feed
-
Hi
On a page of my website I’m importing a feed from a wordpress.com blog I run. It used to work perfectly, but it has stopped working.
The page is https://www.zzp-boekhouder.nl/administratiekantoor/blog/ and the error I get is:
HungryFEED can’t get feed. Don’t be mad at HungryFEED. SimplePie reported: The data could not be converted to UTF-8. You MUST have either the iconv or mbstring extension installed. Upgrading to PHP 5.x (which includes iconv) is highly recommended.
I’ve checked the following:
- inserted the feed url in a browser; it displays correctly
- pasted the feed into the hungryfeed shortcode again just to be sure and checked there are no curly quotation marks; the error stays
- added force_feed to the shortcode like so:
[hungryfeed url="https://zzpboekhouder.wordpress.com/feed/" force_feed="1"]
; error stays - added decode_url to the shortcode like so:
[hungryfeed url="https://zzpboekhouder.wordpress.com/feed/" force_feed="1" decode_url="0"]
; error stays - added xml_dump to the shortcode like so:
[hungryfeed url="https://zzpboekhouder.wordpress.com/feed/" force_feed="1" decode_url="0" xml_dump="1"]
; error stays
I don’t get any xml_dump info on my page or in the source code. This is what’s in the source code:
`<!– BEGIN DEBUG OUTPUT FROM FEED at https://zzpboekhouder.wordpress.com/feed/ –>
<!– END DEBUG OUTPUT FROM FEED –>`
My server is running PHP 5.3 with iconv support enabled.
I’m also running my site through Cloudflare, but have switched to development mode during debugging.
Is there anything else I can try?
Any help would be very much appreciated.
Thank you
- The topic ‘Hungryfeed error with wordpress.com feed’ is closed to new replies.