newLISP Fan Club

Forum => So, what can you actually DO with newLISP? => Dragonfly => Topic started by: conan on January 29, 2012, 05:00:13 AM

Title: [Bug] ERR: list expected: (parse - query QUERY_STRING)
Post by: conan on January 29, 2012, 05:00:13 AM
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:



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.
Title: Re: [Bug] ERR: list expected: (parse - query QUERY_STRING)
Post by: cormullion on January 29, 2012, 11:20:17 AM
There's a post in this forum that describes the same error. look for "help for dragonfly first time install " or similar.
Title: Re: [Bug] ERR: list expected: (parse - query QUERY_STRING)
Post by: rickyboy on January 30, 2012, 10:41:39 AM
Cormullion gave us a solution to this problem here (//http).  It worked for me.  Good luck with it.