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
Hi, following composer require suin/php-rss-writer I installed correctly this bundle,but when I try to use
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