instagram-user-feed: Class FilesystemAdapter not found

Version(s) affected: 6.3.2

Description
Fatal error: Uncaught Error: Class ‘Symfony\Component\Cache\Adapter\FilesystemAdapter’ not found in /home/mydir/public_html/instagram/examples/profile.php:14 Stack trace: #0 {main} thrown in /home/mydir/public_html/instagram/examples/profile.php on line 14

I installed composer require cache/filesystem-adapter, but it didn’t work for me. /vendor/cache/filesystem-adapter/ - exist. Maybe connect it manually?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

The exact package for cache is symfony/cache : (https://github.com/pgrimaud/instagram-user-feed/blob/master/composer.json#L43)

I should be installed automatically if you made a composer require pgrimaud/instagram-user-feed

I guess you could try composer require symfony/cache and try again