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

Mark Lovett
Mark Lovett
15,853 Points

The '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

Most 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
Mark Lovett
15,853 Points

Thanks I'll give it a try.

Mark Lovett
Mark Lovett
15,853 Points

Too 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.