Force PHP to display Errors

At the top of your page add the following.

<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
 
?> 
 
 

No comments:

Post a Comment

Running Drupal in Docker

I will assume that you have already installed docker. If you haven't installed docker please visit https://www.docker.com/ to download a...