[Erp5-dev] manage_add_ERP5Site: AttributeError on getIdGenerator
Mauro Ziliani
mauro.ziliani at ngi.it
Wed Sep 9 17:44:55 CEST 2009
Hi all.
Adding an ERP5 Site from zope ZMI the following error will generate:
Any advice?
I'm working on Debian Lenny and I have followed erp5.raskon.ru istructions.
Best regards.
Mauro
2009-09-09 17:42:47 ERROR Zope.SiteErrorLog
http://mazisystem.selfip.com:8080/manage_addProduct/ERP5/manage_addERP5Site
Traceback (most recent call last):
File
"/home/erp5/erp5-buildout/parts/zope2/lib/python/ZPublisher/Publish.py",
line 114, in publish
request, bind=1)
File
"/home/erp5/erp5-buildout/parts/zope2/lib/python/ZPublisher/mapply.py",
line 88, in mapply
if debug is not None: return debug(object,args,context)
File
"/home/erp5/erp5-buildout/parts/zope2/lib/python/ZPublisher/Publish.py",
line 40, in call_object
result=apply(object,args) # Type s<cr> to step into published object.
File "/home/erp5/erp5-buildout/erp5/products/ERP5/ERP5Site.py", line
94, in manage_addERP5Site
reindex=reindex)
File "/home/erp5/erp5-buildout/erp5/products/ERP5/ERP5Site.py", line
1258, in create
reindex=reindex, **kw)
File "/home/erp5/erp5-buildout/erp5/products/ERP5/ERP5Site.py", line
1702, in setup
self.setupERP5Core(p,**kw)
File "/home/erp5/erp5-buildout/erp5/products/ERP5/ERP5Site.py", line
1744, in setupERP5Core
id = template_tool.generateNewId()
File "/home/erp5/erp5-buildout/erp5/products/ERP5Type/Core/Folder.py",
line 242, in generateNewId
id_generator = self.getIdGenerator()
AttributeError: getIdGenerator
More information about the Erp5-dev
mailing list