Gregwar / ImageBundle

Image manipulation bundle for Symfony 2
MIT License
195 stars 50 forks source link

FatalErrorException in RssFeed.php line 0: Method Suin\RSSWriter\Feed::__toString() must not throw an exception #101

Open mmlsx opened 7 years ago

mmlsx commented 7 years ago

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

Gregwar commented 7 years ago

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

mmlsx commented 7 years ago

It has been resolved, thank you.