Ok, this seems absolutely ridiculous to me, and I’m ready to scream and start smashing things.
Basically, the PHP side of something I’ve been working on for a few months suddenly stopped working yesterday. As far as I’m aware I’d made no changes that would affect it, and upon inspection could not see anything wrong.
My problem is - and I’m guessing the two are tied together, not only has it stopped working, but I absolutely cannot get PHP to output any errors whatsoever, meaning I can’t fix the bloody problem. I’ve tried typing the most hideously malformed and erroneous procedures I can imagine, yet PHP simply refuses to tell me anything. I tried turning on all error reporting, but get nothing. I’m temtped to smash my monitor into the wall.
Can anybody help??
The following simply returns a completely blank page:
<?php
error_reporting(E_ALL);
require_once("kllkdgj'kdfjg'j'dsjfg'#sdfljg'd;flgk.php");
?>
Even though that file obviosuly does not exist. What is going on?