Page 1 of 1

[Bug] ERR: list expected: (parse - query QUERY_STRING)

Posted: Sun Jan 29, 2012 1:00 pm
by conan
I thought dragonfly was unmaintained, but since I've saw some recent post about it in here I decided to give it a try today. So I downloaded it, unzipped it into my ~/public_html, cd-ed into ~/p.../example-site, and run ./newlispServer, and I've got this error:

Code: Select all

ERR: list expected: (parse - query QUERY_STRING)
called from user defined
function load - once
called from user defined
function load - files - in -dir
I tried tracing the bug in the definition of load-once in lib/utils.lsp by putting a (throw-error "mark") in different places (to see when was exploding), but it always explode in my throw.

Re: [Bug] ERR: list expected: (parse - query QUERY_STRING)

Posted: Sun Jan 29, 2012 7:20 pm
by cormullion
There's a post in this forum that describes the same error. look for "help for dragonfly first time install " or similar.

Re: [Bug] ERR: list expected: (parse - query QUERY_STRING)

Posted: Mon Jan 30, 2012 6:41 pm
by rickyboy
Cormullion gave us a solution to this problem here. It worked for me. Good luck with it.