[COREblog-en] Can't Upgrade to COREBlog 1.1

Mikel Larreategi mlarreategi at codesyntax.com
Tue Feb 1 18:41:20 CET 2005


Jörg Kantel wrote:
> 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
mlarreategi at codesyntax.com

CodeSyntax
Azitaingo Industrialdea 3 K
E-20600 Eibar
Tel: (+34) 943 82 17 80



More information about the COREblog-en mailing list