Posted by Gordan on 06/19/05 18:57
I have html_errors set On and it's visible that it's on because I get some parts
of the error messages bold. The problem is I can't get any links to point to the
PHP manual.
docref_root = "/php_manual/"
docref_ext = ".html"
are set but no links are appearing. By that I mean there are absolutely no <a>
tags or anything of that sort in my error outputs. I tried generating almost
every type of error but please if somebody could post a line or two of code that
produces some clickable error message on their box so that I can test it on my.
(send the output also, please)
if my script is:
<?php
$var1 = 'var1'
$var2 = 'var2';
?>
I get this output
<br />
<b>Parse error</b>: syntax error, unexpected T_VARIABLE in
<b>e:\www\test\array.php</b> on line <b>3</b><br />
shouldn't there be any links in that pointing to PHP manual in my php_manual
dir? :-(
thanks
gordan
Navigation:
[Reply to this message]
|