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
Caleb Kleveter
Treehouse Moderator 37,862 PointsThe 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.
Caleb Kleveter
Treehouse Moderator 37,862 PointsNo, your question fine: the Objective-C basics course, Advanced Objective-C badge, and the Dynamic Typing code challenge.
Adam Myers
344 PointsI'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
danieldeepak
9,934 PointsI am having similar problems!!!help
Stephen Bone
12,359 PointsStephen Bone
12,359 PointsProbably 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.