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 trialErrol Heywood
Courses Plus Student 2,078 PointsAfter going through the steps above I just get a blank screen whenever I try and activate treehouse-portfolio.
As soon as I try and activate the 'treehouse-portfolio' theme I immediately get a blank Dashboard. Only by renaming the folder treehouse-portfolio to something else do I get the Dashboard back again. I have been through this twice but cannot see where I am going wrong
-Oops Sorry folks! I have found the error with a little help from WP_DEBUG. I had missed out a semi-colon in the functions.php file on the 'wp_enqueue_scripts' line.
2 Answers
Zac Gordon
Treehouse Guest TeacherGlad you got it! Errors like that can often come from the functions.php file ;)
Errol Heywood
Courses Plus Student 2,078 PointsThank you Zac, that's a good tip!
Martin Švec
8,208 PointsWP_DEBUG solved my problem too. It can be found under wp-config and it should be switched to true: ('WP_DEBUG', "true");
Eric Tirado
iOS Development Techdegree Student 7,036 PointsEric Tirado
iOS Development Techdegree Student 7,036 PointsThanks. After reading your post. I searched my functions.php, and realized that I was missing "(" after an _uri. Added it, and...voila!