Everytime I get a request on the database in Zope (MySQL) which receives more then 20 results, I can't click on the "next 20 results" link, and I get this error: Invalid request The parameter, query, was omitted from the request. Make sure to specify all required parameters, and try the request again. Ehm, I think Zope needs the query again, but it's not there in the link, the link points to http://usr-bin.com/123/manage_test?query_start=21 I think my Zope can't find the qeury_start object anymore or something? Thanks so far, Jurgen --------------------------------------------------------------------------- "When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity." [A. Einstein, 1938] <footer align=left valign=bottom> http://weirdscience.nl </footer>
Blurg writes:
Everytime I get a request on the database in Zope (MySQL) which receives more then 20 results, I can't click on the "next 20 results" link, and I get this error:
Invalid request The parameter, query, was omitted from the request.
Make sure to specify all required parameters, and try the request again.
Ehm, I think Zope needs the query again, but it's not there in the link, the link points to http://usr-bin.com/123/manage_test?query_start=21 A bug in "manage_test".
A long time ago, someone posted a fix to the mailing list. Search the collector (<http://collector.zope.org>) (I have few hope) or the mailing list archives (good chance). Search for "manage_test". Dieter
participants (2)
-
Blurg -
Dieter Maurer