Talking Drupal

Talking Drupal #133 - Debugging

Informações:

Sinopsis

In episode 133 we talk about something that everyone does when building and supporting websites, debugging. Show Notes Can you determine where the issue originates from? Is it front end, backup, css, or a module. RIR Strategy - Reproduce, Isolate and Resolve. Reproduce Gather pertinent information to help resolve a bug quicker Train your customer and provide a bug report form to help them provide you the best information. When trying to reproduce an issue, make sure your development/QA enviroments mirror the production environment. For example, do you PHP version match? Listen to show #127 Local Development with Vagrant. If an issue cannot be reproduced in a development environment, look at the server configuration and data. Isolating When the issue can be reproduced, isolating it is the next step. Tools and techniques you can use to help Drupal and server logs - check your log files first. Turn on error reporting for PHP to display errors Inspector - use the Console and Networking sections in the inspe