[Zope] Problem with next on SQL queries
Dieter Maurer
dieter@handshake.de
Tue, 3 Dec 2002 21:44:01 +0100
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