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
0
votes
1 answer

Authentication failed results in WSOD

I'm using Larave 4.2, and everything works just fine. If I enter the correct credentials I will be taken to the correct URL (the one with auth filter). But the problem I'm currently experiencing is when one of the fields entered is incorrect and the…
lozadaOmr
  • 2,565
  • 5
  • 44
  • 58
0
votes
1 answer

Drupal 7 WSOD and PHP Fatal Error

Thanks in advanced for looking at my post! I developed this Commerce Kickstart site locally using Aquia Dev Desktop and everything looked and functioned great. When I post it to the server, I get the WSOD, and an error in the error_log: PHP Fatal…
0
votes
1 answer

Zend Framework Application Going white after application->bootstrap()->run()

I have never used zend framework before today. Though I know PHP my client gave this site to me which seems to be stuck. I can't figure out what is wrong here. I tried these- I have enabled error reporting and writing some junk code on index.php…
shababhsiddique
  • 904
  • 3
  • 14
  • 40
0
votes
2 answers

Laravel WSOD on fresh install w/o log error message

Just another Laravel 4 white screen with no clues. My context: Server CentOS 6.5 Apache 2.2.15 PHP 5.4.23 php mcrypt enabled php log_errors working Laravel fresh install: "$ laravel new project" storage folder permissions 777 there is no laravel…
David Gras
  • 958
  • 2
  • 12
  • 21
0
votes
1 answer

Blank Joomla administrator screen (and frontend) after attemping update from 2.5.24.

HELP PLEASE! When upgrading my Joomla 2.5.24 to 3.3, the process hung. Now I get the WSOD and get into the administrator (front end does not work either) with error: ADMINISTRATOR: Fatal error: Call to undefined method JAdministrator::setHeader()…
user2639844
  • 11
  • 1
  • 2
0
votes
0 answers

Drupal Cache corruption

I am running Drupal 6.22 and very occasionally (every few months) I get a White Screen on Death. (WSOD). I find clearing the cache with "drush cc all" solves the problem, but what could be the route cause?
0
votes
1 answer

Drupal Domain Access module Settings Tab White Screen of Death WSOD

In the Drupal 7.x project I'm developing, I'm using Domain Access module. Somehow, when I try to access the Settings tab (admin/structure/domain/settings) I get a WSOD. ERROR LOG: [Wed May 07 11:20:08 2014] [error] [client 127.0.0.1] PHP Fatal…
0
votes
1 answer

How to display errors on a custom theme wordpress white screen of death?

Such a generic problem would obviously have numerous solutions on the Web, right? My company uses a custom purchased wordpress template, which worked fine till yesterday, for unknown reasons. I am perfectly assured this is a template related WSOD,…
krzy
  • 5
  • 1
0
votes
1 answer

Will database upgrade break my page running on older Wordpress?

Here's the situation: My client's wordpress site just broke up (White Screen Of Death - I've tried every single solution with no result to fix it) and I decided to setup new, blank wordpress instance which will use old database. When I've installed…
lukaszkups
  • 5,790
  • 9
  • 47
  • 85
0
votes
3 answers

Laravel default page blank

No error in /var/log/apache2/error.log. I installed laravel using composer. "msg" is my application name. When I access localhost/msg/ , I can see the following listing: [ ] CONTRIBUTING.md 2014-01-18 18:14 145 [DIR] app/ 2014-01-18…
FMaz008
  • 11,161
  • 19
  • 68
  • 100
0
votes
2 answers

My Wordpress Plugin is giving me the WSOD

I followed this tutorial,http://wp.tutsplus.com/tutorials/plugins/a-guide-to-wordpress-custom-post-types-creation-display-and-meta-boxes/, I thought very closely but when I finished it, my plugin works but it gives every other page on the site the…
nickmoyer
  • 1
  • 1
0
votes
1 answer

calling function php joomla doesn't work

I wrote a simple php page integrated with joomla database. I wrote two functions and called them. if the code within the functions is wrote as non-function (on the code itself) it works perfectly. BUT! when the code is in function and called from…
0
votes
1 answer

Drupal white screen after successful page load

The admin section is working fine. The problem is when a user loads the front page, it gets downloaded successfully (all resources get status 200), then somehow gets rendered ( I can see the layout and content for a few milliseconds) but then it…
gabberr
  • 357
  • 2
  • 10
0
votes
1 answer

Basic PHP/HTML What's the real reason for Unexpected T_STRING in line 1

I feel a bit of a fraud to burden you with a same ol question about WSOD and a mystery Unexpected T_String in line 1, but try as I might I cannot work this out. I'm very new... this is my first use of PHP in about 5 years and back then it realy was…
Mike T
  • 1
0
votes
1 answer

Wordpress WSOD on install

I'm having some trouble with a brand new WP-install. I'm trying to install it on a clients host. There was already an installation of WP when i began my installation. I asked the client about it and was tolk i could remove it, it was just for test…
gubbfett
  • 2,157
  • 6
  • 32
  • 54