bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: cgicc bug?


From: Stephen F. Booth
Subject: RE: cgicc bug?
Date: Thu, 28 Feb 2002 16:44:28 -0500

This sounds like a server configuration issue to me- judging by the
output you are getting it seems like the library is performing
correctly.  Does the CGI die at the same point every time you run it?
For example, if you comment out the section of code you mentioned where
it queries the hungry checkbox does the CGI then work correctly?

-Stephen

>    I downloaded cgicc recently and am trying to run the examples
given.
> I am getting the following errors. I obtained the parameter through
> method "get".
> 
>
http://localhost/examples/fileaccess/cgicc/test.exe?name=&bucks=93&time=
>
100&thoughts=I+don%27t+have+any.&hungry=on&hair=blond&vote=Gore&friends=
>
Joey&friends=Chandler&friends=Phoebe&friends=Rachel&showEnv=on&showFE=on
> &showForm=on&submit=Submit+My+Preferences
> 
>    The test.html was put in a cgicc directory accessible through the
web
> server. And the html generated after submitting the form is attached.
> This is done on a Windows XP machine.
> 
>    In the "test.cpp" file, I believe, it is chocking at line 439
> 
>         if(formData.queryCheckbox("hungry"))
> 
>    Please do inform me why it is behaving like this. If it is a bug
and
> if you fix it, please send me an email indicating that a new release
is
> available.
> 
> Regards
> Anil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]