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

WordPress From Bootstrap to WordPress Setup a Bootstrap Theme Adding Ability for Dropdown Navigation

Hot Bricks Employee
Hot Bricks Employee
10,991 Points

When creating new pages my screen goes blank and gives me the resubmission form error when I refresh . Is this normal?

Just curious if anyone has advice on this error. Or maybe its not an error. But whenever I create a page, delete a page or a plugin for example, the link goes to a blank screen and when I attempt to refresh I receive the the error message. Looking forward to any advice. Cheers.

Bo Christensen
Bo Christensen
5,924 Points

I just ran this video part, and my site working like his. Not seen any errors when a add or delete a page. You running it from local or domain?

2 Answers

Simon Chercka
Simon Chercka
23,809 Points

You should turn debugging on to get a more useful error than a blank page:

Open up wp-config and set:

define('WP_DEBUG', true);

John McPhedran
John McPhedran
13,120 Points

This seems old, but I ran into the same problem. I had debugging on and received the message Warning: Cannot modify header information - headers already sent

I did a search and came to the conclusion that I had extra white space after my closing ?> tag.

Getting rid of the white space fixed the problem