Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Aaditya Raj
Courses Plus Student 3,130 PointsI am trying to implement this on my localhost but i don't able to get this error
Warning: require_once(../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\demo\gradanim\collab\inc\init.php on line 4
Fatal error: require_once(): Failed opening required '../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\demo\gradanim\collab\inc\init.php on line 4
My file link is here:
https://www.dropbox.com/sh/1azi5dj59rc6ufx/AACv8YmLC7wiQBKp5AwxMM_2a?dl=0
1 Answer

jamesjones21
9,260 Pointsthat seems to me that the folder directory you have your file in isn't being picked up, so I would check the path you are putting into the require_once() function.
Aaditya Raj
Courses Plus Student 3,130 PointsAaditya Raj
Courses Plus Student 3,130 PointsI already tried, and its the right path i have provided.