Salut Andreas, the same problem to me. I got the following error message: --- Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: sequence-odd --- I suppose that the creation of a new instance of LocalFS is not the real problem. Maybe something gets wrong if Zope tries to list the contents of the folder where the new LocalFS-Object resides. Any solution to that problem so far? Greetings, Jens. Am Sam, 2003-11-22 um 19.02 schrieb Andreas Heckel:
Hi,
after switching from Zope2.7.0 B2 to Zope2.7.0 B3 LocalFS 1.0.0 dosnot work. It is not shown broken in the Product management.
After commenting out some stuff in LocalFS._safe_get_Ob I get an AttributeError Value:manage_workspace Also I can not access mamage_main It is declared as: manage_main=HTMLFile('dtml/main',globals()) ... same with index_html
Are there changes on the HTMLFile implementation that can couse such errors?