[Zope-DB] error - missing sortKey() method

Brett Haydon b.haydon@unsw.edu.au
Tue, 21 Jan 2003 13:56:13 +1100


Has anyone else noticed this error message appearing when using Mysql >
version 4.02

Most SQL statements (but not all - I can't pin it down
definatively)

bring up the following error msg -> stdout
2003-01-18T15:19:50 PROBLEM(100) TM jar missing
sortKey() method: <Products.ZMyS
QLDA.db.DB instance at 01743284>
------
2003-01-18T15:19:50 PROBLEM(100) TM jar missing
sortKey() method: <Products.ZMyS
QLDA.db.DB instance at 01743284>
------
2003-01-18T15:19:50 PROBLEM(100) TM jar missing
sortKey() method: <Products.ZMyS
QLDA.db.DB instance at 01743284>

But the statement executes correctly on Zope and
returns the correct result.

This error message only started appearing when I
installed Mysql vers 4.07

I'm using Mysql 4.07, Zope 2.6b1, ZMySQLDA-2.0.9b2,
MySQLdb 0.9.2 on W2k

Brett