Hi again,

Sorry to be a pain, I'm making significant progress, but again have been hit by a strange error report that means little...

I'm trying to install several products using the portal_quickinstaller method, installation of FAQulator, ATExtensions all go in as expected, but CMFBibliographyAT gives the following cryptic error report...

>>> plone_sites_folder = getattr(app, 'plone_sites')
>>> cms = plone_sites_folder.cms
>>> quickinstaller = cms.portal_quickinstaller
>>> quickinstaller.installProduct('ATExtensions')
>>> quickinstaller.installProduct('CMFBibliographyAT')
2006-09-29 19:17:06 ERROR Zope.SiteErrorLog http://foo
Traceback (most recent call last):
File "/home/zope/client0/Products/CMFQuickInstallerTool/ QuickInstallerTool.py", line 322, in installProduct
    res=install(portal)
File "/home/zope/zope-2.8/lib/python/Products/ExternalMethod/ ExternalMethod.py", line 225, in __call__
    try: return f(*args, **kw)
File "/home/zope/client3/Products/CMFBibliographyAT/Extensions/ Install.py", line 274, in install
    setupTool(self, out)
File "/home/zope/client3/Products/CMFBibliographyAT/Extensions/ Install.py", line 67, in setupTool
    bibtool.manage_changeProperties({
File "/home/zope/zope-2.8/lib/python/OFS/PropertyManager.py", line 317, in manage_changeProperties
    manage_tabs_message=message)
File "/home/zope/zope-2.8/lib/python/Shared/DC/Scripts/ Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
File "/home/zope/zope-2.8/lib/python/Shared/DC/Scripts/ Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
File "/home/zope/zope-2.8/lib/python/App/special_dtml.py", line 175, in _exec
    try: result = render_blocks(self._v_blocks, ns)
KeyError: 'URL1'
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
File "/home/zope/client0/Products/CMFQuickInstallerTool/ QuickInstallerTool.py", line 322, in installProduct
    res=install(portal)
File "/home/zope/zope-2.8/lib/python/Products/ExternalMethod/ ExternalMethod.py", line 225, in __call__
    try: return f(*args, **kw)
File "/home/zope/client3/Products/CMFBibliographyAT/Extensions/ Install.py", line 274, in install
    setupTool(self, out)
File "/home/zope/client3/Products/CMFBibliographyAT/Extensions/ Install.py", line 67, in setupTool
    bibtool.manage_changeProperties({
File "/home/zope/zope-2.8/lib/python/OFS/PropertyManager.py", line 317, in manage_changeProperties
    manage_tabs_message=message)
File "/home/zope/zope-2.8/lib/python/Shared/DC/Scripts/ Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
File "/home/zope/zope-2.8/lib/python/Shared/DC/Scripts/ Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
File "/home/zope/zope-2.8/lib/python/App/special_dtml.py", line 175, in _exec
    try: result = render_blocks(self._v_blocks, ns)
KeyError: 'URL1'
>>>

Any ideas? The above output was from a debug session that had the securityManager setup and 'app=makerequest(app)'

Thanks in advance
--
Duncan Mortimer
[EMAIL PROTECTED]




_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to