The Web-site seems to have a bit of an error on the draft pages (which may only be because of the draft pages and not matter at all, but I thought I'd post it just in case it is something needing attention).

The steps leading to the error:

1 - Navigate to http://sqlite.org/draft/
(This redirects to http://sqlite.org/index.html)

2 - Make the "Search" box appear, type "window functions"  (Or anything else that will get results), then press "Enter".

3 - The below message appears:


 Wapp Application Error

attempt to write a readonly database
    while executing
"db2 eval {
    PRAGMA synchronous=OFF;
    PRAGMA journal_mode=OFF;
    BEGIN;
      CREATE TABLE IF NOT EXISTS log(
        ip,                  -- I..."
    (procedure "search_add_log_entry" line 7)
    invoked from within
"search_add_log_entry $nRes"
    (procedure "searchresults" line 49)
    invoked from within
"$cmd"
    ("uplevel" body line 1)
    invoked from within
"uplevel {$cmd}"
    invoked from within
"time [list uplevel $script]"
    (procedure "ttime" line 2)
    invoked from within
"ttime {$cmd}"
    invoked from within
"db transaction {
    set t [ttime {$cmd}]
  }"
    (procedure "wapp-default" line 46)
    invoked from within
"wapp-default"


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to