bnomei / kirby3-feed

Generate a RSS/JSON-Feed and Sitemap from a Pages-Collection.
https://forum.getkirby.com/t/kirby3-feed-rss-json-sitemap/23574
MIT License
62 stars 7 forks source link

Class 'Bnomei\Feed' not found #50

Closed mauphie closed 1 year ago

mauphie commented 2 years ago

Just installed it works fine on my localhost. But when I put it on production, it returns the error on index.php: Class 'Bnomei\Feed' not found.

I have not touched any of the files in the plugin folder, just got it from Composer. and i just used the recommended code for my config files.

bnomei commented 1 year ago

if you install it with composer you will also have to publish the full vendor folder (not just upload the plugins folder). composer creates a lookup table and maybe if thats missing or out of date the class will not be found on your remote server.