Hi all,
Today I tried to upgrade to COREBlog1.1. After the installation my blog runs as usual but if I tried to manage it via the ZMI I got the error message: Error Type: NameError. Error Value: name 'max' is not defined.
Did anybody know what's the reason for that?
My configuration: Zope 2.6.0 (binary release, python 2.1, linux2-x86), python 2.1.3, linux2
I had the same problem in a Zope 2.6.1b2 (binary release, python 2.1, linux2-x86), python 2.1.3, linux2, and I've made these changes in manage_listEntryForm.dtml file
line 45: change max with _.max line 46: change min with _.min line 61: change range with _.range line 119: change range with _.range
I don't know whether it's a generic solution or it's a "It works for me" solution, but "It works for me" ;)
-- Mikel Larreategi [EMAIL PROTECTED]
CodeSyntax Azitaingo Industrialdea 3 K E-20600 Eibar Tel: (+34) 943 82 17 80 _______________________________________________ COREblog-en mailing list [email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to [EMAIL PROTECTED]
