bnomei / kirby3-feed

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

Class 'Bnomei\Feed' not found #50

Closed mauphie closed 2 years 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 2 years 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.