Forum Moderators: coopster
<?php
Site::setting('id');
?> The problem occurs when I make a typo, and I do this for instance:
<?php
Site::seting('id');
?> Problem is, I don't know what happens; Firefox reports that `The document returns no data` (translated).
On rare occasions I do get the error message.
the apache errorlog reports this:
"[Wed Jul 20 11:47:12 2005] [notice] Parent: child process exited with status 3221225477 -- Restarting."
OS: WinXP
apache: Apache/2.0.54 (Win32)
PHP 5.0.4
Anyone got any idea on what I can do about this?
It's quite difficult to find a typo like that when there is no errormessage. And the same happens when I make other typo's.
tnx allready for reading this :)