hello i've written a product - and now i want to add online help files to it I did this in my def initialize method: context.registerHelp() context.registerHelpTitle('Doma Help') i added a .stx file in the help dir of my product it works - i can view it in the helpsystem but the first time i access the helpfile i get the following error: can anybody help please - thx bernd my config: Zope version: (unreleased version, python 2.1.0, win32) Python version: 2.1 (#15, Apr 19 2001, 10:28:27) [MSC 32 bit (Intel)] (zope240b2 is used) the traceback: 2001-07-03T07:57:46 INFO(0) Z2 CONFLICT Competing writes at, /sites/VirtualHostBase/http/192.168.0.3 5:80/www.doma.co.at/public_www_root/VirtualHostRoot/HelpSys/menu Traceback (innermost last): File D:\ZOPE24~1\lib\python\ZPublisher\Publish.py, line 171, in publish File D:\ZOPE24~1\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: menu) File D:\ZOPE24~1\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: menu) File D:\ZOPE24~1\lib\python\Shared\DC\Scripts\Bindings.py, line 324, in __call__ (Object: menu) File D:\ZOPE24~1\lib\python\Shared\DC\Scripts\Bindings.py, line 354, in _bindAndExec (Object: menu) File D:\ZOPE24~1\lib\python\App\special_dtml.py, line 241, in _exec (Object: menu) File D:\ZOPE24~1\lib\python\DocumentTemplate\pDocumentTemplate.py, line 297, in render_blocks File D:\ZOPE24~1\lib\python\TreeDisplay\TreeTag.py, line 159, in render (Object: a tree tag) File D:\ZOPE24~1\lib\python\TreeDisplay\TreeTag.py, line 269, in tpRender (Object: LockableItem) File D:\ZOPE24~1\lib\python\TreeDisplay\TreeTag.py, line 523, in tpRenderTABLE (Object: LockableItem) (Info: (['Tm9uZQ==', [['StandardCacheManagers'], ['Doma Help']]], {'childless_decoration': '', ' id': 'tpId', 'branches': 'tpValues', 'url': 'tpURL'}, [['Tm9uZQ==', [['StandardCacheManagers'], ['Do ma Help']]]], [['Tm9uZQ==', [['StandardCacheManagers'], ['Doma Help']]]])) File D:\ZOPE24~1\lib\python\TreeDisplay\TreeTag.py, line 323, in tpRenderTABLE File D:\ZOPE24~1\lib\python\HelpSys\HelpSys.py, line 228, in tpValues File D:\ZOPE24~1\lib\python\HelpSys\HelpSys.py, line 331, in tpValues (Object: LockableItem) File D:\ZOPE24~1\lib\python\ZODB\Connection.py, line 535, in setstate ConflictError: ("'\\x00\\x00\\x00\\x00\\x00\\x00\\x18N'", '<extension class HelpSys.HelpTopic.STXTop ic at 01076820>')
participants (1)
-
bdorn@vup.at