Questions tagged [wsod]

White Screen Of Death

Descriptive name for an empty HTTP response body, often caused by some error. For example for PHP scripts often a sign for a syntax error or missing input validation.

78 questions
1
vote
10 answers

php echo include

echo ("
" . include ('file.php') . "
\n"); I'm not sure why, but whenever I put that line in my script I get blank screen :(
alexus
  • 7,256
  • 12
  • 44
  • 66
1
vote
3 answers

MAGENTO - Blank page on category

I'm working on my first magento theme, and I'm meeting difficulties. My category pages ( http://namespace.com/category-name/ ) are blank. If I switch on the default theme in the backoffice, I got a correct display, but when I activate my package /…
SupFrig
  • 365
  • 2
  • 7
  • 22
1
vote
1 answer

Blank screen problems with twenty-eleven child theme in Wordpress

I have created a simple child theme of Twenty Eleven, with a style.css, a functions.php and a footer.php The functions.php is the following:
Mpampirina
  • 103
  • 3
  • 17
0
votes
1 answer

Moving a Drupal 6.x site to MediaTemple and getting the WSOD

I'm trying to move a Drupal site over to a MediaTemple (DV) account and keep getting the WSOD. If I move the site over, using the same procedures, to a MediaTemple (GS) account everything works just fine. I've tried pouring through the WSOD docs to…
dscl
  • 1,616
  • 7
  • 28
  • 48
0
votes
2 answers

Wordpress Nginx white screen of death after changing URLs

I'm fairly new to Wordpress building and had a great site built and running only on my local network. I found a suggestion to make it publicly accessible by adding the following to my wp-config file. After adding this and restarting, everything…
0
votes
1 answer

Theme related WSOD in backend for other users

After trying out all typical solutions for wordpress wsods, I am out of ideas. I migrated my website from wordpress.com to a self-hosted solution using all-in-one-wp-migration, which looked to work fine, until a coworker wanted to use the backend…
Rhagius
  • 1
  • 1
0
votes
2 answers

Wordpress blank page in localhost

I downloaded the Wordpress Site via FTP, but I can't access in wp-admin, homepage... If I create a test.html file, show page Blank. WP_DEBUG is set to TRUE, but not returns a error. I rename the theme folder, and the plugins folder, but nothing…
NARTONIC
  • 452
  • 10
  • 22
0
votes
1 answer

Problems regarding White Screen Of Death (WSOD) at my site

I have a problem regarding White Screen Of Death (WSOD) at my site. I will try to explain what I have tried until now. I know it is not a triviel error to debug, but maybe some of you have tried something similar. Here is the setup: One Windows…
0
votes
0 answers

Wordpress plugin updates break site when pushed

I'm having some trouble updating the plugins on a wordpress website. It's all my fault for waiting too long to update them, and now pushing the updates with git breaks the site (the development site is ok, only the staging site that I've pushed to…
Jillian Hoenig
  • 137
  • 1
  • 6
  • 28
0
votes
0 answers

Drupal White Screen of Death

I get the WSOD when i login as an admin. My site works fine for users. But as an admin, when I login, I get a blank screen. I can go direct to different sections of the admin console by using the direct link. I have tried changing the php limits,…
Terence
  • 1
  • 2
0
votes
1 answer

White screen of death jquery load() html file with swf

I've looked high and low for an answer to this and I'm hoping someone has an answer, or at least a tip on how to avoid it. I'm loading a static HTML file into a container via the jQuery load() method. This static HTML file has a script which loads a…
trnelson
  • 2,715
  • 2
  • 24
  • 40
0
votes
4 answers

WSOD for a drupal page. How to debug using gdb?

I got a WSOD (white screen of death) in my Drupal site for a single page for a single user. I have learned that it is due to segmentation error. I couldnt spot where the error is?? How do I debug my PHP code using gdb???
0
votes
0 answers

Wordpress website is not loading on iOS after migration

I recently migrated my website http://predictsense.io/ from test server to production. The website is working fine on all the major desktop browsers and Android phones however ios Safari is not loading the website I am just getting a white screen.…
Omkaarw
  • 1
  • 2
0
votes
0 answers

Wordpress sections of pages hidden

Ive been creating a landing page with osmosis child theme. I've managed to break the site. When I'm in editor/logged in the page loads fine however, in live preview the pages aren't loading below the menu. The new landing page I've began setting up…
gabby
  • 1
0
votes
1 answer

Error Displaying On Wsod Yet Failing To Display Contents After Successful Redirect

Please can someone help. When users send details through registration form or signin form, if details are valid, it works fine, but if it invalid. The errors displays on a white page.. The white page is not empty, but displays the error I set.. It…
Makzino
  • 43
  • 9