21 Jan
2007
21 Jan
'07
7:35 p.m.
Andreas Jung wrote at 2007-1-20 08:30 +0100:
... although "make test" reports no errors for the trunk/2.10 branch I get the following errors when running "zopectl test". Any ideas? line 180, in _getSessionDataObject container = self._getSessionDataContainer() File "/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py", line 223, in _getSessionDataContainer raise SessionDataManagerErr, ( SessionDataManagerErr: External session data container '/temp_folder/session_data' not found.
"session_data" used to be installed by a call to "OFS.Application.AppInitializer.install_tempfolder_and_sdc" Maybe, the modern layers forget to call it? -- Dieter