Opened at 2009-07-21T20:55:03Z
Closed at 2009-07-22T17:06:54Z
#192 closed fixme (done)
ulua doesn't pass querystring to script
| Reported by: | Mridul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | uwiki | Keywords: | |
| Sub Tickets: | Parent Tickets: |
Description
if i have a url like domain/uwiki/test/?login
the script aborts with a message,
/usr/local/bin/ulua: wrong number of arguments, really started as script interpreter?
if i use /usr/bin/lua as shebang, it works alright.
Change history (2)
Note:
See TracTickets
for help on using tickets.

I wonder how CGI arguments are passed to the program, I thought thats done by env vars. so far i tried to figure that out but didn't finished that yet, waiting for you on irc then we can continue that together.