Forum OpenACS Q&A: error forums

Collapse
Posted by xx xx on
If I search for "[apm_enabled_packages]" in the forums I get a request error on page 3 of the search-results, but not on page 1, 2 and 4. Does anybody know what causes this bug?

Search-results:
... new problem w/PG port
This is very weird... Michael was working with the PG installation I set up for him and everything was fine until he started getting a "connection refused" every time he went to any /dotlrn URL. Looking at the log, it seems that everything was https://openacs.org/forums/message-view?message_id=44725

HTTP/1.0 200 OK Server: AOLserver/3.3.1+ad13 Content-Type: text/html; charset=iso-8859-1 MIME-Version: 1.0 Date: Tue, 06 May 2003 22:53:07 GMT Content-Length: 389 Connection: close

Request Error

The server has encountered an internal server error. The error has been logged and will be investigated by our system programmers. AOLserver/3.3.1+ad13 on http://openacs.org

Collapse
2: Re: error forums (response to 1)
Posted by Dave Bauer on
Ok. Here is the error message:

Request Error

There appears to be a programming bug in ad_parse_html_attributes_upvar: We've entered an infinite loop.
    while executing
"error "There appears to be a programming bug in ad_parse_html_attributes_upvar: We've entered an infinite loop.""
    (procedure "ad_parse_html_attributes_upvar" line 17)

Apparently, when the ad_parse_html_attributes proc hits a long code block inside <pre> tags it bombs out.

Collapse
3: Re: error forums (response to 1)
Posted by xx xx on
That would make it a problem in acs-tcl I guess (text-html-procs.tcl). I'll put it in the bugtracker. Thanks.