Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP PHP Standards and Best Practices Autoloading and Composer Composer

Mayur Pande
PLUS
Mayur Pande
Courses Plus Student 11,711 Points

When running program I get an error

I don't get the list like Phil does when he runs the program. I get this error;

Fatal error: Uncaught Error: Class 'League\Flysystem\Adapter\Zip' not found in /home/treehouse/workspace/index.php:10 Stack trace: #0 {main} thrown in /home/treehouse/workspace/index.php on line 10
Jeffrey Davidson
Jeffrey Davidson
26,147 Points

I receive the same error. From the time I have tried this the version I"m on is 1.0.24

not sure what's going on, but it looks like an error in or around line 10 of your index.php file.

it looks like this:

Class 'League\Flysystem\Adapter\Zip'

is not found.