[Zope] Going to 3.0

Fernando Lujan flujan at gmail.com
Mon Jan 9 14:23:57 EST 2006


2006/1/9, Fernando Lujan <flujan at gmail.com>:
> 2006/1/9, Andreas Jung <lists at andreas-jung.com>:

> > Which errors?

Hi Andreas,

Thanks for the reply. :)

This behavior is intriguer since we only use DTML with logic and
stuff... Nothing special as our own products etc... We sure have some
products, but it should not crash the main system.

Oh, and now I tried now Zope 3.2.0.

2006-01-09T17:15:19 WARNING ZODB.FileStorage Ignoring index for
/home/flujan/tmp/zinstance/var/Data.fs
Traceback (most recent call last):
 File "./runzope", line 48, in ?
   run()
 File "./runzope", line 44, in run
   main(["-C", CONFIG_FILE] + sys.argv[1:])
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/app/twisted/main.py",
line 74, in main
   service = setup(load_options(args))
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/app/twisted/main.py",
line 143, in setup
   notify(zope.app.appsetup.interfaces.DatabaseOpened(db))
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/event/__init__.py",
line 23, in notify
   subscriber(event)
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/app/event/dispatching.py",
line 66, in dispatch
   for ignored in subscribers(event, None):
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/component/__init__.py",
line 181, in subscribers
   return sitemanager.subscribers(objects, interface)
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/component/site.py",
line 89, in subscribers
   return self.adapters.subscribers(required, provided)
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/interface/adapter.py",
line 481, in subscribers
   subscribers = [subscription(*objects)
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/app/appsetup/bootstrap.py",
line 135, in bootStrapSubscriber
   db, connection, root, root_folder = getInformationFromEvent(event)
 File "/home/flujan/tmp/zope/zope3.2.0/lib/python/zope/app/appsetup/bootstrap.py",
line 120, in getInformationFromEvent
   root_folder = root.get(ZopePublication.root_name, None)
AttributeError: 'PersistentMapping' object has no attribute 'get'


More information about the Zope mailing list