|
Posted by yawnmoth on 12/17/61 11:52
Rik wrote:
> yawnmoth wrote:
> <snip>
>
> Run:
> <?php
> ini_set('display_errors', 1);
> error_reporting(E_ALL);
> echo 'hello, world!
> ?>
That doesn't seem to help with parse errors (as evidenced by the fact
that that script displays nothing, as well), but it did get me thinking
that maybe I could try setting it in the .htaccess file.
Unfortunately, it'd appear that I can't create .htaccess files on this
server. I also tried dropping a php.ini file there with
display_errors=1 but that didn't help...
Navigation:
[Reply to this message]
|