Invenzzia »

A documentation generation system written in PHP5.
Tasklist

FS#150 - E_NOTICE in one of the outputs

Attached to Project: TypeFriendly
Opened by Zyx (Zyx) - Saturday, 16 January 2010, 09:21 GMT-7
Last edited by Zyx (Zyx) - Sunday, 02 May 2010, 00:05 GMT-7
Task Type Bug Report
Category Outputs
Status Closed
Assigned To Zyx (Zyx)
Operating System OS-independent
Severity Low
Priority Normal
Reported Version 0.1 GIT
Due in Version 0.1.4
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The xhtml.php code generates an E_NOTICE message:

~~~~
Notice: Undefined index: Desc in ./outputs/xhtml.php on line 787
~~~~

The problem can be reproduced with the docs for OPL 2.0.4.
This task depends upon

Closed by  Zyx (Zyx)
Sunday, 02 May 2010, 00:05 GMT-7
Reason for closing:  Fixed
Additional comments about closing:  Fixed in rev. 70
Comment by Jacek Jędrzejewski (eXtreme) - Wednesday, 20 January 2010, 02:29 GMT-7
It's not a bug in TypeFriendly but in OPL docs. Error is shown during the parsing of "api.opl-loader.set-check-file-exists" page, which is missing "Desc:" keywords in "Arguments" list.
Comment by Zyx (Zyx) - Wednesday, 20 January 2010, 13:26 GMT-7
Then TypeFriendly should notice that something is missing and show an appropriate message... do not close such stuff, please. E_NOTICE caused by user-data is important enough to be fixed.

Loading...