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

General Discussion

The code challenge preview will not work.

When I click on the preview button, where it would usually show what the problems are with your code it shows a white screen and it doesn't even try to check the code, I tried to refresh it and that didn't work.

Probably a stupid comment but out of interest what course are you doing?

Just as I've noticed when I did the python one for instance it never showed anything whereas others do. I figured it was probably just down to how the course had been implemented.

No, your question fine: the Objective-C basics course, Advanced Objective-C badge, and the Dynamic Typing code challenge.

I'm having the same problem on the PHP challenge (https://teamtreehouse.com/library/php-variables)

HTML:

<?php
$name = "Mike";
?>

<html>
  <body>
    <p>Stuff</p>
    <p><?php echo $name ?></p>
  </body>
</html>

... preview is blank. Doesn't even show static content (i.e. "Stuff").

1 Answer

I am having similar problems!!!help