Home » Tools and Utilities » PhpDocumentor » Bug #8365
Fatal Error in HTMLframesConverter.inc
Details
| Submitted | 2006-08-04 19:15 UTC |
|---|---|
| From | hostmaster at shupp dot org |
| Status | Bogus |
| Package | PhpDocumentor |
| PHP Version | 5.1.4 |
| OS | CentOS Linux 2.6.9-34 |
| Roadmaps | (Not assigned) |
Comments
[2006-08-04 19:15 UTC] hostmaster at shupp dot org
Description:
------------
Formatting Left Quick Index...
Writing /usr/local/sites/docs.dev//li_Framework.html
PHP Notice: Undefined index: parent in /usr/share/pear/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc on line 1326
PHP Notice: Undefined index: link in /usr/share/pear/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc on line 1354
PHP Notice: Trying to get property of non-object in /usr/share/pear/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc on line 1354
PHP Notice: Undefined index: link in /usr/share/pear/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc on line 1355
PHP Notice: Trying to get property of non-object in /usr/share/pear/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc on line 1355
PHP Fatal error: Call to a member function getImplements() on a non-object in /usr/share/pear/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc on line 1356
[2006-08-08 03:36 UTC] hostmaster at shupp dot org
1.3.0RC3 does not have this problem. Furthermore, the only code that seems to expose this problem is when two directories containing classes of the same package name are parsed at the same time. When phpdoc is run on them separately, it executes successfully.
We have had to downgrade to RC3 for now. But RC6, and CVS as of the time of the original bug report both failed.
Thanks!
Bill
[2006-12-12 15:02 UTC] ashnazg at users dot sourceforge dot net
Can you upgrade to v1.3.1 and see if this problem remains for you?
[2006-12-13 02:18 UTC] hostmaster at shupp dot org
I upgraded to 1.3.1, and the problem seems to be fixed.
Thank you!
Bill Shupp
[2006-12-13 02:19 UTC] hostmaster at shupp dot org
closing ticket.