Skip to content

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

@mmlsx

Description

@mmlsx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions