ERRORS:
WARNING:
pg_query_params(): Query failed: ERROR: relation "list" does not exist
LINE 8: list l
^
BACKTRACE:
Function pg_query_params in /var/www/tkellen/db.goingslowly.com/class/DB.php on line 108.
Function DB->run_query in /var/www/tkellen/db.goingslowly.com/class/DB.php on line 127.
Function DB->query in /var/www/tkellen/db.goingslowly.com/class/List.php on line 194.
Function SortList->get_data in /var/www/tkellen/db.goingslowly.com/class/List.php on line 207.
Function SortList->header in /var/www/tkellen/db.goingslowly.com/class/List.php on line 361.
Function SortList->showList in /var/www/tkellen/db.goingslowly.com/dist/gsdb/module/life/list/get.php on line 30.
Function main_get in /var/www/tkellen/db.goingslowly.com/class/Core.php on line 35.
Function Core->command_prepare in /var/www/tkellen/db.goingslowly.com/class/Core.php on line 56.
Function Core->command_parse in /var/www/tkellen/db.goingslowly.com/config.php on line 91.
Function require_once in /var/www/tkellen/db.goingslowly.com/index.php on line 5.
USER NOTICE:
FAILED QUERY:
SELECT
l.id AS "ID",
l.name AS "Name",
(SELECT count(*) FROM list_item WHERE list_id=l.id AND date_completed IS null) AS "Incomplete Items",
(SELECT count(*) FROM list_item WHERE list_id=l.id AND date_completed IS NOT null) AS "Completed Items",
l.date_created AS "Date Created"
FROM
list l
ORDER BY
l.name ASC
PARAMS:
ERROR: relation "list" does not exist
LINE 8: list l
^
BACKTRACE:
Function trigger_error in /var/www/tkellen/db.goingslowly.com/class/DB.php on line 116.
Function DB->run_query in /var/www/tkellen/db.goingslowly.com/class/DB.php on line 127.
Function DB->query in /var/www/tkellen/db.goingslowly.com/class/List.php on line 194.
Function SortList->get_data in /var/www/tkellen/db.goingslowly.com/class/List.php on line 207.
Function SortList->header in /var/www/tkellen/db.goingslowly.com/class/List.php on line 361.
Function SortList->showList in /var/www/tkellen/db.goingslowly.com/dist/gsdb/module/life/list/get.php on line 30.
Function main_get in /var/www/tkellen/db.goingslowly.com/class/Core.php on line 35.
Function Core->command_prepare in /var/www/tkellen/db.goingslowly.com/class/Core.php on line 56.
Function Core->command_parse in /var/www/tkellen/db.goingslowly.com/config.php on line 91.
Function require_once in /var/www/tkellen/db.goingslowly.com/index.php on line 5.
DEBUG:
query string: cmd=/life-list&
module: life-list
function: main
method: get
include: /app/life/list/main.php
run: main_get
SERVER:
Array
(
[USER] => www-data
[HOME] => /var/www
[HTTP_HOST] => db.goingslowly.com
[HTTP_ACCEPT_ENCODING] => gzip, br, zstd, deflate
[HTTP_COOKIE] => PHPSESSID=rhjuu9hp9qsjsuq12eg52v51t1
[HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
[HTTP_ACCEPT] => */*
[SERVER_NAME] => db.goingslowly.com
[SERVER_PORT] => 80
[SERVER_ADDR] => 45.33.68.150
[REMOTE_PORT] => 22625
[REMOTE_ADDR] => 3.15.6.140
[SERVER_SOFTWARE] => nginx
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_PROTOCOL] => HTTP/1.1
[DOCUMENT_ROOT] => /var/www/tkellen/db.goingslowly.com
[DOCUMENT_URI] => /index.php
[REQUEST_URI] => /life-list
[SCRIPT_FILENAME] => /var/www/tkellen/db.goingslowly.com/index.php
[SCRIPT_NAME] => /index.php
[CONTENT_LENGTH] =>
[CONTENT_TYPE] =>
[REQUEST_METHOD] => GET
[QUERY_STRING] => cmd=/life-list&
[FCGI_ROLE] => RESPONDER
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1732213452.6955
[REQUEST_TIME] => 1732213452
)