On a relatively straightforward concrete5 website, I have the following code:
$a = new Area('Full width');
$a->display($c);
The second line is breaking the page, but I cannot work out why. If you comment it out the page is rendered (clearly without the content showing), with it the page is completely blank (nothing in the source at all).
There's nothing relevant in either the concrete5 log, or the php error log and I'm all out of ideas of how to find out what could have gone wrong (which I can only assume is a data issue as the rest of the website is fine).
I'm hoping someone may have experienced something similar with ideas on how to debug or diagnose this.
(this is not a duplicate of other more generic "php white screen of death" - I have followed these and they do not have the answer to this, probably more specific, question)