I've had a Zope site in operation for several years now
(www.tunedb.org),
however since the hosts upgraded it recently it no longer works. I think
it's because MySQL was upgraded to the 4.0.16 release. The Zope version
is 2.6.2 and I am using ZMYSQLDA.
I'd be really grateful if someone could point me to some information on
how to use Zope with MySQL 4 as I can't find anything in the archives or
on zope.org
Here's the traceback when I try to open the Z MYSQL connection
- Module ZPublisher.Publish, line 150, in publish_module
- Module ZPublisher.Publish, line 114, in publish
- Module Zope.App.startup, line 199, in zpublisher_exception_hook
- Module ZPublisher.Publish, line 98, in publish
- Module ZPublisher.mapply, line 88, in mapply
- Module ZPublisher.Publish, line 39, in call_object
- Module Shared.DC.ZRDB.Connection, line 148, in manage_open_connection
- Module Products.ZMySQLDA.DA, line 126, in connect
- Module Products.ZMySQLDA.db, line 183, in __init__
Thanks in advance
Richard Moon