472,973 Members | 2,244 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,973 software developers and data experts.

links pointing on PHP manual not shown in error messages

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
Jul 17 '05 #1
2 1362
On Sun, 19 Jun 2005 17:57:05 +0200, Gordan wrote:
shouldn't there be any links in that pointing to PHP manual


Not all error messages contain a link to the manual. Try using a
built-in function with a wrong number of parameters, that will produce
one.
--
Firefox Web Browser - Rediscover the web - http://getffox.com/
Thunderbird E-mail and Newsgroups - http://gettbird.com/
Jul 17 '05 #2
A tada Ewoud Dronkert rece:
Not all error messages contain a link to the manual.
aparently :-(
Try using a
built-in function with a wrong number of parameters, that will produce
one.


still nothing :-(

<?php
substr();
?>
produces:
<br />
<b>Warning</b>: Wrong parameter count for substr() in
<b>e:\www\test\array.php</b> on line <b>2</b><br />

gordan
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Simon Brunning | last post by:
QOTW: "Not tested but confident should be an oxymoron for a programmer." - Peter Otten (Asked "Is this unsurprising if I look at it right?") - "Yes; in general this is true across many domains...
3
by: Michael G. Schneider | last post by:
I recently upgraded my servers to 2003. Since then the error-information shown in the browser has changed. For example, if under Windows 2000 I executed an SQL statement from within an ASP, and...
32
by: Mark Johnson | last post by:
You have an, a, anchor with href link. Can you use a stylesheet to effectively disable the link, so that you can't click on it; that it will appear simply as text?
0
by: Simon Brunning | last post by:
QOTW: "The posts do share an erroneous, implied assumption that the investment in learning each language is equal. Python has a strong competitive advantage over Java and C++ in terms of...
4
by: Peter Otten | last post by:
QOTW: "It's hard to make a mistake by having too many short and simple functions. And much too easy to make them when you have too few ;-)" - Thomas Bartkus "Argh, the following is valid Python...
16
by: mailforpr | last post by:
How do I do that? The thing is, the only information I have about the iterator is the iterator itself. No container it is belonging to or anything. Like template<Iteratorvoid...
2
by: rn5a | last post by:
In a shopping cart app, assume that a user has placed 4 orders (each order has a corresponding OrderID which will be unique). When he comes to MyCart.aspx, by default, the details of his last order...
0
by: Peter Horlock | last post by:
Hi, Using css (that should be working in Firefox 2,3 and Internet Explorer 6,7 at least), I would like to create the following: My Links: Link1 +show more links <!--- This is shown when...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.