On Mon, 2005-11-07 at 18:24 -0600, alan runyan wrote:
> Look at Zope upgrade documentation.  If you upgrade before zope 2.7 and 2.8
> you need to run manage_convertIndexes on each of the catalogs
 
Ok. I ran

.../portal_catalog/manage_convertIndexes
.../uid_catalog/manage_convertIndexes
.../reference_catalog/manage_convertIndexes

All the errors related to the catalogs disappeared, but others remains.
This is the output:

Module ZPublisher.Publish, line 187, in publish_module_standard
      * Module Products.PlacelessTranslationService.PatchStringIO, line
        51, in new_publish
      * Module ZPublisher.Publish, line 144, in publish
      * Module Zope2.App.startup, line 199, in zpublisher_exception_hook
      * Module ZPublisher.Publish, line 113, in publish
      * Module ZPublisher.mapply, line 88, in mapply
      * Module ZPublisher.Publish, line 40, in call_object
      * Module Shared.DC.Scripts.Bindings, line 311, in __call__
      * Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
      * Module Products.PageTemplates.ZopePageTemplate, line 256, in
        _exec
      * Module Products.PageTemplates.PageTemplate, line 104, in
        pt_render
        <ZopePageTemplate at /EDD/index_html>
      * Module TAL.TALInterpreter, line 206, in __call__
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 711, in do_useMacro
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 426, in do_optTag_tal
      * Module TAL.TALInterpreter, line 411, in do_optTag
      * Module TAL.TALInterpreter, line 406, in no_tag
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 742, in do_defineSlot
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 426, in do_optTag_tal
      * Module TAL.TALInterpreter, line 411, in do_optTag
      * Module TAL.TALInterpreter, line 406, in no_tag
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 690, in do_defineMacro
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 734, in do_defineSlot
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 677, in do_condition
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 653, in do_loop_tal
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 426, in do_optTag_tal
      * Module TAL.TALInterpreter, line 411, in do_optTag
      * Module TAL.TALInterpreter, line 406, in no_tag
      * Module TAL.TALInterpreter, line 250, in interpret
      * Module TAL.TALInterpreter, line 615, in do_insertStructure_tal
      * Module DocumentTemplate.ustr, line 44, in ustr
TypeError: unbound method __str__() must be called with Image instance
as first argument (got nothing instead) (Also, an error occurred while
attempting to render the standard error message.)

Apart from the __str__() error, everything is pretty much the same as it
was before. BTW, when I launch zope in foreground I get the following
errors on the CMFBoard and TALGenerator.

/var/lib/zope2.8/instance/port_edd/Products/validation/config.py:3:
DeprecationWarning: The Zope package has been renamed to Zope2. Import
of a
package named 'Zope' is deprecated and will be disabled starting in Zope
2.11.
  import Zope
  Traceback (most recent call last):
    File
"/var/lib/zope2.8/instance/port_edd/Products/CMFBoard/Forum.py",
line 34, in ?
    from ForumMailReceiver import MailReceiver
      File
"/var/lib/zope2.8/instance/port_edd/Products/CMFBoard/ForumMailReceiver.py",
line 22, in ?
    from Products.PortalTransport.interfaces.mailreceiver import
IMailReceiver
    ImportError: No module named PortalTransport.interfaces.mailreceiver
    Traceback (most recent call last):
      File
"/var/lib/zope2.8/instance/port_edd/Products/CMFBoard/Forum.py",
line 41, in ?
    from Subscribeable import Subscribeable
      File
"/var/lib/zope2.8/instance/port_edd/Products/CMFBoard/Subscribeable.py",
line 18, in ?
    from Products.PortalTransport.SubscribeableMember import
SubscribeableMember
ImportError: No module named PortalTransport.SubscribeableMember
/usr/lib/zope2.8/lib/python/TAL/TALGenerator.py:863: DeprecationWarning:
Space separated attributes in i18n:attributes are deprecated
(i18n:attributes="value title"). Please use semicolon to separate
attributes
(i18n:attributes="value; title").
File /EDD/portlet_login at row, column (72, 24)
Attributes alt accesskey
  , DeprecationWarning)
  /usr/lib/zope2.8/lib/python/TAL/TALGenerator.py:863:
DeprecationWarning:
Space separated attributes in i18n:attributes are deprecated
(i18n:attributes="value title"). Please use semicolon to separate
attributes
(i18n:attributes="value; title").
File /EDD/portlet_login at row, column (84, 20)
Attributes value alt
  , DeprecationWarning)


Sorry to throw all this at all of you...

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

Reply via email to