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 trial

PHP Object-Oriented PHP Basics (Retired) Properties and Methods Mid-Course Challenge

Andrey Lukashov
Andrey Lukashov
1,624 Points

Error in precompile test

Also the preview says Error 404 not found?

What is wrong with it?

fish.php
<?php

class Fish {
  public $common_name;
  public $flavor;
  public $record_weight;
}
?>

7 Answers

I'm exactly with the same problem.

It 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
Andrey Lukashov
1,624 Points

I do think it is a server error set up by Team Tree House.

Come on guys, sort it out, let us carry on studying

Yeah!

Yes, I met the same problem the mid-course challenge of PHP OOP Basics.

Yes, I'm also having the same issue.

Working for me now!