Known issues
Topic-groups configurationfailed:Traceback (innermost last): Module ZPublisher?.Publish, line 101, in publish Module ZPublisher?.mapply, line 88, in mapply Module ZPublisher?.Publish, line 39, in call_object Module Shared.DC.Scripts.Bindings, line 306, in __call__ Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec Module Products.CMFCore?.FSPageTemplate?, line 191, in _exec Module Products.CMFCore?.FSPageTemplate?, line 124, in pt_render Module Products.PageTemplates?.PageTemplate?, line 96, in pt_render -
Module TAL.TALInterpreter?, line 190, in __call__ Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 671, in do_useMacro Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 409, in do_optTag_tal Module TAL.TALInterpreter?, line 394, in do_optTag Module TAL.TALInterpreter?, line 389, in no_tag Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 702, in do_defineSlot Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 409, in do_optTag_tal Module TAL.TALInterpreter?, line 394, in do_optTag Module TAL.TALInterpreter?, line 389, in no_tag Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 650, in do_defineMacro Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 694, in do_defineSlot Module TAL.TALInterpreter?, line 234, in interpret Module TAL.TALInterpreter?, line 611, in do_loop_tal Module Products.PageTemplates?.TALES, line 206, in setRepeat Module Products.PageTemplates?.TALES, line 221, in evaluate Module Products.PageTemplates?.Expressions, line 201, in __call__ Module Products.PageTemplates?.Expressions, line 196, in _eval Module Products.PageTemplates?.Expressions, line 95, in render Module Products.PageTemplates?.ZRPythonExpr?, line 73, in call_with_ns Module Products.CMFCore?.FSPythonScript?, line 99, in __render_with_namespace__ Module Shared.DC.Scripts.Bindings, line 320, in __render_with_namespace__ Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec Module Products.CMFCore?.FSPythonScript?, line 160, in _exec Module None, line 5, in pcng_get_topics - - Line 5 AttributeError?: atse_getSchema - After migrating from PCNG 1.1 to 1.2 I get an AttributeError?
pcng_viewwhen I click on a PloneCollectorNG instance?You have to run the
pcng_migrate_120script on every instance. Please see documentation for details - ImportError on importing PyCrypto:
This error occurs when you try to run PloneCollector? 1.2a1 without having the PyCrypto installed. This package will be optional again in 1.2a2.
- Startup failure with PloneCollectorNG 1.1.1:
2004-02-11T08:18:56 PANIC(300) z2 Startup exception Traceback (innermost last): File /develop/DC/sandboxes/pcng/Zope/z2.py, line 585, in ? File /home/develop/DC/sandboxes/pcng/Zope/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /home/develop/DC/sandboxes/pcng/Zope/lib/python/Zope/App/startup.py, line 92, in startup (Object: /home/develop/DC/sandboxes/pcng/instance/var/Data.fs) File /home/develop/DC/sandboxes/pcng/Zope/lib/python/OFS/Application.py, line 410, in initialize (Object: Zope) File /home/develop/DC/sandboxes/pcng/Zope/lib/python/OFS/Application.py, line 568, in install_products (Object: Zope) File /home/develop/DC/sandboxes/pcng/Zope/lib/python/OFS/Application.py, line 630, in install_product (Object: Zope) (Info: PloneCollectorNG) File /home/develop/DC/sandboxes/pcng/instance/Products/PloneCollectorNG/__init__.py, line 30, in initialize File /home/develop/DC/sandboxes/pcng/instance/Products/PloneCollectorNG/Collector.py, line 28, in ? (Object: Transcript) File /home/develop/DC/sandboxes/pcng/instance/Products/PloneCollectorNG/collector_schema.py, line 150, in ? (Object: IntegerWidget?) File /home/develop/DC/sandboxes/pcng/instance/Products/PloneCollectorNG/PCNGSchema?.py, line 120, in __init__ TypeError?: unbound method __init__() must be called with instance as first argument
The problem is raised by some weird behaviour of Python 2.1.3 when calling the constructor of the base classes.
Workaround:
- for Zope 2.6.X installations: use Python 2.2.3. All bynary distributions come with Python 2.1.3. Check the python on your system, upgrade/install if necessary (either get an RPM or do a source install). Get a source distribution from zope.org and install according to the installation instruction (also found in the Zope Book).
- Error creating references to issues
If you try to create references to issues through a Zope instance that is using virtual hosting then this will fail.
Workaround:
- create the references by accessing the PloneCollectorNG instance without using virtual hosting
- PloneCollectorNG V 1.2 or higher: AttributeError?/pcng_workflow
This error occurs after upgrading to V 1.2. You need to migrate the instance first by calling the
pcng_migrate_120method of the instance (append this to the URL of the PloneCollectorNG instance). Backup your Data.fs before starting the migration!!! After the migration your collector should be accessible as usual - Issues are disappearing after renaming the collector instance
Click on the maintenance tab of the collector instance and choose "reindex all issues"
- None object has not attribute get:
Module Shared.DC.Scripts.Bindings, line 320, in __render_with_namespace__ Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 160, in _exec Module None, line 27, in listMetaTags - <FSPythonScript at /Plone/listMetaTags used for /Plone/Members/admin/test/portal_factory/PloneIssue NG/ploneissueng.2004-05-06.4802322362> - Line 27 Module Products.Archetypes.ClassGen, line 41, in <lambda> AttributeError: 'NoneType' object has no attribute 'get' Either remove CMFPlone/skins/plone_scripts/listMetaTags.py or get a fresh copy of the file from the Plone CVS (Plone-2_0-branch or CVS HEAD). - Tabs known from PCNG V 1.1 no longer appearing in PCNG V 1.2
Most of the navigation in PCNG V 1.2 moved into porlets. If you have customized your main_template to do use portlets....well.....not my problem.
- AttributeError _md after upgrading from PCNG 1.2 alpha X to 1.2 beta X
Try to run the
update_collector_schemamethod on the instance. If this does not work try to runpcng_migrate_120on the instance. BACKUP YOUR DATA.FS before - TypeError after upgrading to PCNG 1.2.2:
Es ist ein Fehler aufgetreten. Die Fehlermeldung lautet: Fehlertyp TypeError Fehlerwert DisplayList keys must be strings Solution: go to your PloneCollectorNG instance and run the 'atse_migrate_vocabularies' script on the instance. **BACKUP YOUR DATA.FS before** - KeyError typedescription while adding a new issue:
Error Type KeyError Error Value 'typedescription' 'traverse_subpath': [], ... 'user': sim} Module Products.PageTemplates.Expressions, line 201, in __call__ Module Products.PageTemplates.Expressions, line 189, in _eval Module Products.PageTemplates.Expressions, line 145, in _eval - __traceback_info__: base_macros Module Products.PageTemplates.Expressions, line 347, in restrictedTraverse - __traceback_info__: {'path': ['typedescription'], 'TraversalRequestNameStack': []} KeyError: 'typedescription' Solution: install latest 1.3 CVS checkout or use the AT snapshot package provided in the download section of PCNG or as a workaround you need to grab the pcng_base_edit.pt file from the CVS (pcng-1_2-branch) and replace it with the current version.