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!
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

Mark Lovett
15,853 PointsThe 'Dreaded Blank White Screen' appears when saving or updating in WP?
Im trying to trouble shoot the "blank white screen" which appears when I try to save or update in wp. To get out of it, I have to use the back arrow. I know I have an error somewhere in my code in a template file somewhere. I think the problem appeared midway in the 'Creating A Portfolio Single Page ' lesson, maybe after I added the custom post type and custom field.
3 Answers

ty lacock
2,191 PointsMost of the time when this happens to me it is a missing semi-colon in some line of PHP. I would got back into the file that you edited most recently and save each time you hit Undo. After each time make sure to refresh the browser to pinpoint which change caused the white screen to appear.

Mark Lovett
15,853 PointsThanks I'll give it a try.

Mark Lovett
15,853 PointsToo many files to scour the code, so I got lazy and replaced my functions.php file with the course download functions.php, and it fixed the problem. I must have had a semi colon out of place somewhere in there.