8 Jan
2004
8 Jan
'04
3:21 p.m.
I found that the problem is the following validation in the VirtualHostMonster.py file:
-- if not getattr(ob.aq_base, 'isAnObjectManager', 0): ---- raise 'LineError', ('Path must lead to ' ---- 'an Object Manager')
I removed it, restarted zope, and it worked. Does this also happen with the latest versions of zope? is this a bug?
I wouldn't classify it as a bug, more like an attempt to make sure people don't shoot themselves in the foot too badly. You should be able to go into the LocalFS sources and ensure that those "folder wrapper" objects do set an attribute "isAnObjectManager". jens