Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Dungaamaa Tudevdorj
8,815 PointsLocal Server error message
Hi, I am watching build custom wordpress theme class. I uploaded worpress to my local server and created wp-content/themes/wpportfolio folder. Also all the necessary php files. After creating get_footer() and get_header() inside index.php i cut and paste content to front-page.php. I refreshed front-page.php and i have server error massage.
I am working in mac using chrome browser.
What could be the reason?
2 Answers

Michel Arteta
4,207 Pointswhat's the error? did you check for missing ; or <?php

Michel Arteta
4,207 PointsYes that usually happens to me all the time when I forget the semicolon :) What are you developing?

Dungaamaa Tudevdorj
8,815 PointsJust some custom themes for my portfolio. But did not progress much
Dungaamaa Tudevdorj
8,815 PointsDungaamaa Tudevdorj
8,815 PointsYea i found my own error, It was silly mistake. Extra space between <? php
Thank you