SQLite Forum

Main Site Searching Broken
Login

Main Site Searching Broken

(1) By SeverKetor on 2022-09-29 21:10:57 [source]

Searching the main site currently just results in an error.

Any search (such as https://sqlite.org/search?s=d&q=broken) will just display:

Wapp Application Error
invalid command name "0"
    while executing
"0"
    invoked from within
"subst -novariables {<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type..."
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 [list subst -novariables $txt]"
    (procedure "wapp-trim" line 5)
    invoked from within
"wapp-trim {
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" conten..."
    (procedure "search_header" line 2)
    invoked from within
"search_header"
    (procedure "wapp-default" line 38)
    invoked from within
"wapp-default"

(2) By Simon Slavin (slavin) on 2022-09-29 23:23:15 in reply to 1 [link] [source]

Confirmed.

(3) By Richard Hipp (drh) on 2022-09-30 12:15:32 in reply to 1 [link] [source]

This malfunction was caused by an adverse interaction between the TCL-based CGI script and Javascript code that was added by check-in b2ed58e67f09df25. Should now be fixed.

Thank you for the bug report.