Reputation: 2751
So out of no where after clicking the publish button the page just goes blank...
The url at the top is: http://www.brightboxstudios.com/sociabulls/wp-admin/post.php
What's good news is it still posts the content :)
Not great at coding so details rock :)
Upvotes: 0
Views: 3050
Reputation: 43
There will be many reasons for blank page, you have not mention version for wp, php etc.
To solve wordpress blank page issue follow the steps
Upvotes: 0
Reputation: 77
I was getting same error, when I update the site content and press update it goes to /wp-admin/post.php and this appears as blank page.
It is solved by:
if that don't work then - go into wp-config.php and find this "define('WP_DEBUG', false);"
And everything must work Good.
Thanks
Upvotes: 2
Reputation: 11552
A blank page usually means Apache failed. Check your error logs. You'll probably find a line that starts with:
PHP Fatal error:
You can also display your errors on the screen instead of looking at the log.
Upvotes: 1