ImageBundle
ImageBundle copied to clipboard
FatalErrorException in RssFeed.php line 0: Method Suin\RSSWriter\Feed::__toString() must not throw an exception
Hi, following composer require suin/php-rss-writer I installed correctly this bundle,but when I try to use
$rss = $feed->getRSS();
return response($rss) ->header('Content-type', 'application/rss+xml');
it gives me thi error:
FatalErrorException in RssFeed.php line 0: Method Suin\RSSWriter\Feed::__toString() must not throw an exception in RssFeed.php line 0
any idea on what's wrong? thanks
Hello, How is your issue related with this bundle? Reading your message, you likely should consider opening an issue on https://github.com/suin/php-rss-writer
It has been resolved, thank you.