We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
It has been resolved, thank you.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: