Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other showing up blank page Re: showing up blank page

#135285
CrocoDillon
Participant

In addition to Ben, you can try to set display_errors in php too, don’t need to change php.ini or whatever:

error_reporting(E_ALL);
ini_set(‘display_errors’, ‘1’);

Use it, remove it. Keeping it there can reveal security holes.