bnomei / kirby3-srcset

Kirby 3 Plugin for creating lazyloading image srcset
https://forum.getkirby.com/t/kirby-3-srcset-lazyloading-image-srcset-element/23575
MIT License
43 stars 3 forks source link

Class 'Bnomei\Srcset' not found #3

Closed joernroeder closed 5 years ago

joernroeder commented 6 years ago

Hey, me again ;) I'm getting the error thrown in /vendor/bnomei/kirby3-srcset/config.php line 21.

bnomei commented 6 years ago

1) please try composer dumpautoload -o; on your devkit. 2) if on ftp server try deploying again. 3) otherwise you might be using the plugin from another plugin before it got loaded. i could hackishly force require the autoloader but would like to avoid that. can you tell more more about when the file method gets called by your code? https://github.com/k-next/kirby/issues/419

bnomei commented 6 years ago

@joernroeder were you able to solve this or need further assistance?