#38 — Plone 3 Support
| State | Resolved |
|---|---|
| Version: | 0.9.0 |
| Area | Functionality |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | Boll Weevil |
| Submitted on | Sep 20, 2007 |
| Responsible |
—
|
| Target release: |
—
|
Last modified on
Jan 08, 2009
by
Matthew Wilkes
Installing CMFBibliographyAT on Plone 3 via the portal_quickinstaller fails silently in the web interface and with the following error message on the console:
2007-09-20 20:49:43 ERROR Zope.SiteErrorLog http://172.16.241.129:8080/[…]/installProducts
Traceback (innermost last):
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 367, in installProduct
- __traceback_info__: ('CMFBibliographyAT',)
Module Products.ExternalMethod.ExternalMethod, line 231, in __call__
- __traceback_info__: ((<PloneSite at /site>,), {}, None)
Module /usr/local/plone/Products/CMFBibliographyAT/Extensions/Install.py, line 350, in install
Module /usr/local/plone/Products/CMFBibliographyAT/Extensions/Install.py, line 124, in setupTool
Module /usr/local/plone/Products/CMFBibliographyAT/Extensions/Install.py, line 63, in addRenderers
Module Products.CMFBibliographyAT.tool.renderers.base, line 117, in initializeDefaultOutputEncoding
AttributeError: default_charset
/usr/local/plone/Products/CMFQuickInstallerTool/QuickInstallerTool.py:392: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use sp.rollback() instead of transaction.abort(1), where `sp` is the corresponding savepoint captured earlier
transaction.abort(sub=True)
The used versions are:
Python: 2.4.4
Zope: 2.10.4
Plone: 3.0.1
ATExtensions: 0.9.0
CMFBibliographyAT: 0.9.0b1
2007-09-20 20:49:43 ERROR Zope.SiteErrorLog http://172.16.241.129:8080/[…]/installProducts
Traceback (innermost last):
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 367, in installProduct
- __traceback_info__: ('CMFBibliographyAT',)
Module Products.ExternalMethod.ExternalMethod, line 231, in __call__
- __traceback_info__: ((<PloneSite at /site>,), {}, None)
Module /usr/local/plone/Products/CMFBibliographyAT/Extensions/Install.py, line 350, in install
Module /usr/local/plone/Products/CMFBibliographyAT/Extensions/Install.py, line 124, in setupTool
Module /usr/local/plone/Products/CMFBibliographyAT/Extensions/Install.py, line 63, in addRenderers
Module Products.CMFBibliographyAT.tool.renderers.base, line 117, in initializeDefaultOutputEncoding
AttributeError: default_charset
/usr/local/plone/Products/CMFQuickInstallerTool/QuickInstallerTool.py:392: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use sp.rollback() instead of transaction.abort(1), where `sp` is the corresponding savepoint captured earlier
transaction.abort(sub=True)
The used versions are:
Python: 2.4.4
Zope: 2.10.4
Plone: 3.0.1
ATExtensions: 0.9.0
CMFBibliographyAT: 0.9.0b1
- Steps to reproduce:
- 1. Vanilla installation of zope, plone, atextensions, and cmfbibliographyat
2. Create plone site
3. In plone site, install atextensions and cmfbibliographyat products via "Site Setup" -> "Add/Remove Products"
Added by(anonymous)onNov 06, 2007 10:42 PM
I have the same issues on four separated Plone 3.0.2 sites. Can someone please provide a fix? I really like this product.
Added byMartin Opstad ReistadbakkonFeb 02, 2008 11:29 PM
The trunk now works with Plone 3
Issue state:
unconfirmed
→
resolved
No responses can be added.