Results 1 to 6 of 6

Thread: White Screen of Death

  1. #1
    User
    Join Date
    08-07-09.
    Location
    Kent, United Kingdom
    Posts
    92

    Default White Screen of Death

    Hi all,
    Something I've been noticing recently is an increase of the ability to get a white screen of death from Contao during development.

    I've got all error reporting on, including E_ALL. Say I put a syntax error by putting a random character in index.php it'll throw up an error.

    However if I put a syntax error in a module file, the error doesn't appear and a WSOD does.

    Wondering if anyone else is experiencing this?

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: White Screen of Death

    yeah, pretty often.
    its usually (in my case anyway) caused by missing out a fullstop between a variable and a string.
    eg: 'hello' $name;

  3. #3
    User
    Join Date
    08-07-09.
    Location
    Kent, United Kingdom
    Posts
    92

    Default Re: White Screen of Death

    At least it's not me, could of been occurring for a long time but it's certainly something which can halt development and waste a lot of time debugging.

    I'd assume the various includes for rendering a module are suppressing the errors, before I look into un-supressing, anyone got any tips?

    Quote Originally Posted by ramjet
    yeah, pretty often.
    its usually (in my case anyway) caused by missing out a fullstop between a variable and a string.
    eg: 'hello' $name;

  4. #4

    Default Re: White Screen of Death

    I got this error on one of the server. When you login to BE I just print the white screen.

    Have anyone experience this?
    Web design agency - EDsolution.si Izdelava spletnih strani

  5. #5
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: White Screen of Death

    this is a problem with your config/config.php file.

    You can EASILY find a solution with line number etc by simply running the config.php file directly. It will parse the file and tell you if there are any errors (instead of via the BE)

  6. #6

    Default Re: White Screen of Death

    Blah I've set language file to UTF-8 (because of Latin A/B) and than the server didn't handle it.
    Web design agency - EDsolution.si Izdelava spletnih strani

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •