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 trialLarisa Georgiana Putureanu
7,164 Pointsheader.php file is missing - https://teamtreehouse.com/library/types-of-persistence
header .php file is missing from the "inc" folder and when I preview the project in the first video from Browser Persistent Data with PHP - https://teamtreehouse.com/library/types-of-persistence, in the browser I have this messages:
- Warning: include(inc/header.php): failed to open stream: Permission denied in /home/treehouse/workspace/index.php on line 2
- Warning: include(): Failed opening 'inc/header.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/treehouse/workspace/index.php on line 2
- Warning: include(inc/footer.php): failed to open stream: Permission denied in /home/treehouse/workspace/index.php on line 10
- Warning: include(): Failed opening 'inc/footer.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/treehouse/workspace/index.php on line 10
1 Answer
Julian Helmholz
3,242 PointsI downloaded and used the project file and its all there. the header.php is in the inc folder. all fine.
Mister Moody
48,333 PointsCan you offer a snapshot?
Mister Moody
48,333 PointsMister Moody
48,333 PointsWhich project are you working on? (Reference the Course Link)