[Zope] sql INSERT during query
Rob Page
rob.page@digicool.com
Tue, 13 Apr 1999 08:04:22 -0400
Jay:
> I am trying to add a new record to a table based on the
> query to another
> table. Everytime I try this I get a "400 Bad Request" error
> with no debug
> info. Is there any reason why I can't do what I require?
Have you tried viewing the source of the error page? Zope sneakily puts
the "real" error message in HTML comments in the error page -- or is
that what you meant when you said there was no debug info?
<SNIP>
> I have tried making completeReg have proxy Manager permission.
> What am I doing wrong?
Does it work if you're authenticated as a Zope manager?
--Rob