bug-cgicc
[Top][All Lists]
Advanced

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

RE: cgicc bug?


From: Anil KumarAkurathi
Subject: RE: cgicc bug?
Date: Thu, 28 Feb 2002 14:08:51 -0800

Hi Stephen,

   It is very nice of you to reply to my question. Here are some more
details and answers to your questions.

 - Yes, it is happening at the same point every time I run it.

 - I tried to isolate the problem in the test.cpp file. Looks like the
problem is not with the "hungry" checkbox. But with the input text
before, "Your thoughts on anything".

 - When I commented out that portion in the test.cpp file (line 429 to
line 437), it worked fine. There might be a problem in parsing the
"thoughts" textarea element (I am not sure).

   I am using the cgicc library and am facing the problems occationally.
If you could solve this issue, that will be really great.

Thanks
Anil

-----Original Message-----
From: Stephen F. Booth [mailto:address@hidden 
Sent: Thursday, February 28, 2002 1:44 PM
To: 'Anil KumarAkurathi'; address@hidden
Subject: RE: cgicc bug?


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]