Nadine Wickord wrote: > Tarek Ziadé schrieb: > >>> Okay, got that working now, I guess the computer just needed a break >>> like me. But when I click on "Configure WebMail", all I got are three >>> blinking "!!!" Nothing to configure there. >>> >> run zope with bin/runzope, reproduce the problem, and see if a traceback >> comes out in the console, >> if so, send us here this traceback > > > Okay, here is the Output from the console: > > [EMAIL PROTECTED]:~/zope29> bin/runzope > /usr/local/Zope-2.9.0/lib/python/App/ImageFile.py:21: > DeprecationWarning: Using OFS.content_types is deprecated (will be > removed in Zope 2.11). Instead use zope.app.contenttypes. > from OFS.content_types import guess_content_type > /home/nadine/zope29/Products/CMFQuickInstallerTool/__init__.py:34: > DeprecationWarning: The product_name parameter of ToolInit is > deprecated and will be ignored in CMF 2.0: QuickInstallerTool > icon='tool.gif' > /home/nadine/zope29/Products/CPSCompat/PatchOFSApplication.py:119: > DeprecationWarning: __init__.py of Products.ExternalEditor has a long > deprecated 'methods' attribute. 'methods' will be ignored by > install_product in Zope 2.10. Please use registerClass instead. > DeprecationWarning) > /usr/local/Zope-2.9.0/lib/python/zope/configuration/fields.py:417: > UserWarning: You did not specify an i18n translation domain for the > 'title' field in /home/nadine/zope29/Products/CMFonFive/configure.zcml > warnings.warn( > /home/nadine/zope29/Products/CMFCore/ActionsTool.py:197: > DeprecationWarning: ActionProvider interface not up to date. In CMF > 2.0 portal_actions will ignore listActions() of 'portal_themes'. > DeprecationWarning) > > Nadine > oups sorry i forgot to ask you to set something in YOUR_ZOPE_INSTANCE/etc/zope.conf:
uncomment the line "debug-mode on" and relaunch zope, in order to get extended infos when you will display the erroneous page, you should see the traceback then Tarek _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
