Getting an error inside a core function? Infinite Redirect? debug_backtrace() to the rescue!
- Read more about Getting an error inside a core function? Infinite Redirect? debug_backtrace() to the rescue!
- 2 comments
We are all very familiar with the White Screen of Death in the Drupal world, AKA WSOD. One very common cause is a lack of memory for PHP - yet another is having errors turned off.
In development mode, you should probably make sure you are showing PHP errors on the screen, if this is an option. This is the kind of thing you can edit in your site-specific settings.php file, by using: