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 trialAndrey Lukashov
1,624 PointsError in precompile test
Also the preview says Error 404 not found?
What is wrong with it?
<?php
class Fish {
public $common_name;
public $flavor;
public $record_weight;
}
?>
7 Answers
Alejandro Rodriguez
1,587 PointsI'm exactly with the same problem.
Andrew Murphy
Front End Web Development Techdegree Graduate 30,657 PointsMe too. Has anyone got an answer for this?
Kenneth Hall
7,045 PointsIt looks like there was a bug for this code challenge. A tree house staffer has said it is fixed. Her response is on the thread linked below if you want to check it out: https://teamtreehouse.com/community/challenge-16-not-sure-why-my-code-isnt-compiling
Andrey Lukashov
1,624 PointsI do think it is a server error set up by Team Tree House.
Come on guys, sort it out, let us carry on studying
Rich O'Brien
3,197 PointsYeah!
Chih-Chun Tu
828 PointsYes, I met the same problem the mid-course challenge of PHP OOP Basics.
alessandradaudt
14,500 PointsYes, I'm also having the same issue.
Alejandro Rodriguez
1,587 PointsWorking for me now!