fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

Wrong Path to SimplePie.php in v11 #74

Open ursbrauchli opened 2 years ago

ursbrauchli commented 2 years ago

I had to change the ext_localconf.php in order to load SimplePie.php:

Before:

61 require sprintf('%sResources/Private/PHP/SimplePie/%s',

After:

61 require sprintf('%sResources/Private/PHP/SimplePie%s',