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

A web framework in newLISP
Locked
conan
Posts: 52
Joined: Sat Oct 22, 2011 12:14 pm

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

Post 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.

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

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

Post by cormullion »

There's a post in this forum that describes the same error. look for "help for dragonfly first time install " or similar.

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

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

Post by rickyboy »

Cormullion gave us a solution to this problem here. It worked for me. Good luck with it.
(λx. x x) (λx. x x)

Locked