Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

help with rebweb.r

 [1/3] from: m::reboot::ch at: 20-Nov-2000 3:12


hmm.. I found that adding "pri " before if statement in : ... either ( mime == "rebol" ) [ pri if error? try [ do load web-dir/:file ] [send-error 500 file] mime: "text/html" pri if error? try [ send-page data mime ] [send-error 500 file ] ... resolved the problem. is it a rebol problem on mac builds ? thank you Will Arp PS: rebweb can be found at http://203.79.82.38/zwiki/SCripts

 [2/3] from: m:reboot:ch at: 20-Nov-2000 3:11


hello 8) any idea why I get : <<< CGI Form ResultsThe time is 18-Nov-2000/23:28:09+1:00The CGI request string is: name1=euewe&name2=rrrrrrrrrrrrname1 is euewename2 is rrrrrrrrrrrrHTTP/1.0 200 OK Content-type: text/html HTTP/1.0 200 OK Content-type: text/html CGI Form ResultsThe time is 18-Nov-2000/23:28:09+1:00The CGI request string is: name1=euewe&name2=rrrrrrrrrrrrname1 is euewename2 is rrrrrrrrrrrr
>>>
as a result to submitting the form you provided as example ? I tryed on Mac OSX and OS9, the result is same on both, alway double 8( Thank you Will Arp

 [3/3] from: gchiu:compkarori at: 21-Nov-2000 9:18


On Mon, 20 Nov 2000 03:11:40 +0100 alpha <[m--reboot--ch]> wrote:
> I tryed on Mac OSX and OS9, the result is same on both, > alway double 8(
There was a logic error, which has now been fixed ( I hope ) and a new version of rebweb.r has been uploaded. Use at your own risk! -- Graham Chiu