ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
103 stars 23 forks source link

A feed could not be found #75

Closed Darko-F closed 10 months ago

Darko-F commented 10 months ago

Hi I have this error Error: A feed could not be found at https://shop.tuamv.com/rss-offer-week_en; the status code is 200 and content-type is ` In email code I have

{feed url="https://shop.tuamv.com/rss-offer-week_en"} {feeditems}

{feeditem:title}

{feeditem:description}

{feeditem:custom:price}

{/feeditems} {/feed}

But this feed working just fine Thank you

Darko-F commented 10 months ago

Si I made another feed `

{feed url="https://shop.tuamv.com/rss-offer-week-en.xml"} {feeditems}

{feeditem:title}

                    {/feeditems}
                    {/feed}
                  </div>`

This one it seems work but i get 500 Internal Server Error when I preview email or send test one. What I doing wrong?

ChrisRAoW commented 10 months ago

@Darko-F What does you error-log says?

Darko-F commented 10 months ago

Hi, So _ update from 4.1 to 4.4 it take me two full days with database restored twice, Mautic is just a gem when upgrading is concern. rss: https://shop.tuamv.com/rss-offer-week-en.xml Email Preview return 500 error

[2023-09-30 16:58:18] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Attempted to load class "SimplePie_XML_Declaration_Parser" from the global namespace. Did you forget a "use" statement?" at /home/mysite/public_html/marketing/plugins/MauticRssToEmailBundle/vendor/simplepie/simplepie/library/SimplePie/Registry.php line 178 {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Attempted to load class \"SimplePie_XML_Declaration_Parser\" from the global namespace.\nDid you forget a \"use\" statement? at /home/mysite/public_html/marketing/plugins/MauticRssToEmailBundle/vendor/simplepie/simplepie/library/SimplePie/Registry.php:178)"} {"hostname":"b3.hitrost.net","pid":2988446}

Darko-F commented 10 months ago

Never mind I reinstall and is working. Thank you