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 trialHot Bricks Employee
10,991 PointsThe app.txt file is not generating. Love some help
Hello All,
the app.txt file is not showing up in the workspace window. My code is as follows:
<?php
require 'vendor/autoload.php'; date_default_timezone_set('America/Los_Angeles');
$log = new Monolog\Logger('name'); $log->pushHandler(new Monolog\Handler\StreamHandler('app.txt', Monolog\Logger::WARNING));
$log->addWarning('Foo');
echo 'Hello World!';
Love some direction. Thanks
1 Answer
Tomasz Budny
14,588 PointsI have the same code and it works. Check previous steps to see if everything is as it should be. Have you refreshed the folder tree just in case?
Leigh Maher
21,830 PointsLeigh Maher
21,830 PointsThanks Tomasz. That did it for me!
Sean Flanagan
33,235 PointsSean Flanagan
33,235 PointsThank you Tomasz. I've just refreshed my folder tree. Now, where's the Best Answer option please? :D