Forum OpenACS Q&A: Error searching specific words -BUG?

When I search specif words ("yves" or "welcome" for example)in my 5.1.1 version I get an error message as below. For all other words it works fine.

It seems to come from the last line in /forums/tcl/forums-sc-procs.tcl

Is this a BUG because a default value is not provided to db_string or could this be something else?

Thanks.

========================================================
Selection did not return a value, and no default was provided
    while executing
"db_string select_forums_package_url {}"
    (procedure "forum::message::url" line 5)
    invoked from within
"forum::message::url $object_id"
    (procedure "AcsSc.ftscontentprovider.url.forums_message" line 1)
    invoked from within
"AcsSc.ftscontentprovider.url.forums_message 3533"
    ("uplevel" body line 1)
    invoked from within
"uplevel $func_and_args"
    (procedure "apply" line 3)
    invoked from within
"apply $proc_name $arguments"
    (procedure "acs_sc_call" line 6)
    invoked from within
"acs_sc_call FtsContentProvider url [list $object_id] $object_type"
    ("for" body line 9)
    invoked from within
"for { set __i 0 } { $__i < [expr $high - $low +1] } { incr __i } {

    set object_id [lindex $result(ids) $__i]
    set object_type [acs_object_type ..."
    ("uplevel" body line 90)
    invoked from within
"uplevel {
          ad_page_contract {
    @author Neophytos Demetriou <mailto:k2pts@cytanet.com.cy>
    @creation-date September 01, 2001
    @cvs-id $Id: sear..."
    (procedure "code::tcl::/home/aolserver/goldberg/packages/search/www/sear..." line 2)
    invoked from within
"code::tcl::$__adp_stub"
    invoked from within
"if { [file exists $__adp_stub.tcl] } {

      # ensure that data source preparation procedure exists and is up-to-date
      adp_init tcl $__adp_stub
..."
    ("uplevel" body line 3)
    invoked from within
"uplevel {

    if { [file exists $__adp_stub.tcl] } {

      # ensure that data source preparation procedure exists and is up-to-date
      adp_init t..."
    (procedure "adp_prepare" line 2)
    invoked from within
"adp_prepare "
    (procedure "template::adp_parse" line 30)
    invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
    (procedure "adp_parse_ad_conn_file" line 5)
    invoked from within
"$handler"
    ("uplevel" body line 2)
    invoked from within
"uplevel $code"
    invoked from within
"ad_try {
                $handler
            } ad_script_abort val {
                # do nothing
            }"
    invoked from within
"rp_serve_concrete_file [ad_conn file]"
    (procedure "rp_serve_abstract_file" line 60)
    invoked from within
"rp_serve_abstract_file "$root/$path""
    ("uplevel" body line 2)
    invoked from within
"uplevel $code"
    invoked from within
"ad_try {
            rp_serve_abstract_file "$root/$path"
            set tcl_url2file([ad_conn url]) [ad_conn file]
            set tcl_url2path_info..."
==========================================================