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 trialAaditya 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.