installing plone ping tool
Up to Plone Ping Tool
Using quickinstaller, the latest qping tool and plone 2.5 I get this error message. Maybe it's an obvious thing but any hints would be really welcome 
2007-01-14 16:35:57
failed:
Traceback (most recent call last):
File "E:\Plone 2\Data\Products\CMFQuickInstallerTool\QuickInstallerTool.py", line 320, in installProduct
res=install(portal)
File "E:\Plone 2\Zope\lib\python\Products\ExternalMethod\ExternalMethod.py", line 225, in __call__
try: return f(*args, **kw)
File "E:\Plone 2\Data\Products\qPingTool\Extensions\Install.py", line 19, in install
portal.invokeFactory(id=TOOL_ID, type_name='PingTool')
File "E:\Plone 2\Data\Products\CMFCore\PortalFolder.py", line 408, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "E:\Plone 2\Data\Products\CMFCore\TypesTool.py", line 923, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: PingTool
=============
2007-01-14 14:09:24
failed:
Traceback (most recent call last):
File "E:\Plone 2\Data\Products\CMFQuickInstallerTool\QuickInstallerTool.py", line 320, in installProduct
res=install(portal)
File "E:\Plone 2\Zope\lib\python\Products\ExternalMethod\ExternalMethod.py", line 225, in __call__
try: return f(*args, **kw)
File "E:\Plone 2\Data\Products\qPingTool\Extensions\Install.py", line 19, in install
portal.invokeFactory(id=TOOL_ID, type_name='PingTool')
File "E:\Plone 2\Data\Products\CMFCore\PortalFolder.py", line 408, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "E:\Plone 2\Data\Products\CMFCore\TypesTool.py", line 923, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: PingTool
hey joseph,
you not specify qPingTool version, which you use, and XMLRPC Method version too.
All my installation tests on Zope 2.9.5, Plone-2.5.1, XMLRPC Method-1-1 was success.
I tests following qPingTool versions: 0.2;0.3;0.3.1, which i get from http://svn.quintagroup.com/products/qPingTool/tags repository.
it's not registered PingTool type in portal, as you see from Traceback, but i can't get pointed error - too small information about configuration of your system, and your steps.
andriy mylenkyy
