[227] in Project_DB
Re: Scheme errors from changing the project description?
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Wed Oct 1 10:55:37 1997
Date: Wed, 1 Oct 1997 10:55:31 -0400
From: "Bruce R. Lewis" <brlewis@MIT.EDU>
To: Tim McGovern <tjm@MIT.EDU>
Cc: project-db@MIT.EDU
In-Reply-To: "[226] in Project_DB"
Thanks for including the full error message.
(background for other readers: The projmod.html page presents the form
with project attributes for you to modify. When you hit 'Modify
Project', that does a POST of the form data to the projmod2.html page,
which performs the actual database update.)
From the logs, it looks like your browser did a GET of projmod2.html and
did not supply any form data. I don't know why it would do that, but
it's definitely browser-related; nothing can be done on the server end.
The logs show your browser first doing the right thing, GET the project
page, GET the modify-project page, and POST to projmod2.html. Then the
GET of projmod2.html happens for whatever reason.
negril.mit.edu - - [01/Oct/1997:08:59:04 -0400] "GET /fcgi-bin/brlfcgi/brlpdb/projpage.html?projid=289 HTTP/1.0" 200 2577
negril.mit.edu - - [01/Oct/1997:08:59:19 -0400] "GET /fcgi-bin/brlfcgi/brlpdb/projmod.html?projid=289 HTTP/1.0" 200 8574
negril.mit.edu - - [01/Oct/1997:09:02:49 -0400] "POST /fcgi-bin/brlfcgi/brlpdb/projmod2.html HTTP/1.0" 200 195
negril.mit.edu - - [01/Oct/1997:09:03:29 -0400] "GET /fcgi-bin/brlfcgi/brlpdb/projmod2.html HTTP/1.0" 200 188