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 trialROBERT RUBY II
10,586 PointsPDO [14] unable to open database file Error
All write permissions are enabled on my localhost and the path is correct? What is going on?!
$PDO = new PDO( 'sqlite::inc/journal.db'', null, null );
1 Answer
Jennifer Nordell
Treehouse TeacherHi, ROBERT RUBY II! I know we talked about this in the slack workspace yesterday, but please let me know if you still haven't gotten this sorted. I'm always willing to help
ROBERT RUBY II
10,586 PointsROBERT RUBY II
10,586 PointsIts all good. Sorry I forgot to get back to you! I'm almost done with my project. I wanted to add Next and Previous buttons to the Journal so I should be submitting tonight.