Invenzzia »

IMPORTANT ANNOUNCEMENT

Due to the uncertain status of the Flyspray project, lack of new releases and moving the code repository to Github, we decided to shutdown this issue tracker by the end of January 2011. From that date, the bugs should be reported directly in Github project repositories.

List of repositories:

Tickets concerning OPL port for Zend Framework developed by Invenzzia and available on SVN.
Tasklist

FS#125 - Invenzzia_Controller_Response_Http - usage of non-existent class constant

Attached to Project: OPL port for Zend Framework
Opened by Krzysztof Kolasiak (kolah) - Monday, 14 September 2009, 11:47 GMT-8
Last edited by Zyx (Zyx) - Tuesday, 15 September 2009, 13:39 GMT-8
Task Type Bug Report
Category Source code
Status Closed
Assigned To Zyx (Zyx)
Operating System OS-independent
Severity Low
Priority Normal
Reported Version SVN
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In case when screen output is somehow overloaded, a fatal error occures caused by Invenzzia_Controller_Response_Http->render() function in line 54, because of non-existent class constant OPT_XML_NODE.

There is:
elseif($this->_templateMode == Opt_Class::OPT_XML_MODE)

Should be:
elseif($this->_templateMode == Opt_Class::XML_MODE)
This task depends upon

Closed by  Zyx (Zyx)
Tuesday, 15 September 2009, 13:39 GMT-8
Reason for closing:  Fixed
Additional comments about closing:  Fixed in revs 32 and 33.

Loading...