Forum OpenACS Q&A: Response to Another question... display of general comments.

I put
# Get comments
if {$general_comments} {
   ns_log notice "XXXXXXXXXXXX setting comments XXXXXXXXXXXXXXX"
   set comments_html [general_comments_get_comments -print_content_p 
1 -print_attachments_p 1 $document_id]
}
and the logs look like the following:
[17/Oct/2002:20:08:45][18975.4101][-conn1-] Notice: ns_getform using encoding iso8859-1 for charset iso-8859-1
[17/Oct/2002:20:08:46][18975.4101][-conn1-] Notice: ns_getform using encoding iso8859-1 for charset iso-8859-1
[17/Oct/2002:20:08:51][18975.10529802][-sched:9-] Notice: Running scheduled proc acs_mail_lite::sweeper...
[17/Oct/2002:20:08:51][18975.10529802][-sched:9-] Notice: Done running scheduled proc acs_mail_lite::sweeper.
[17/Oct/2002:20:08:53][18975.10530826][-sched:18-] Notice: Running scheduled proc notification::sweep::sweep_notifications...
[17/Oct/2002:20:08:53][18975.10530826][-sched:18-] Notice: Done running scheduled proc notification::sweep::sweep_notifications.
[17/Oct/2002:20:08:53][18975.10531851][-sched:15-] Notice: Running scheduled proc notification::reply::sweep::scan_all_replies...
[17/Oct/2002:20:08:53][18975.10531851][-sched:15-] Notice: NOTIF- scan_all_replies starting
[17/Oct/2002:20:08:53][18975.10531851][-sched:15-] Notice: NOTIF- scan_all_replies deliv method 3101
[17/Oct/2002:20:08:53][18975.10531851][-sched:15-] Notice: NOTIF-EMAIL: about to load qmail queue
[17/Oct/2002:20:08:53][18975.10531851][-sched:15-] Notice: queue dir = /new/*, no messages
[17/Oct/2002:20:08:53][18975.10531851][-sched:15-] Notice: Done running scheduled proc notification::reply::sweep::scan_all_replies.
So I don't really get there...