Installing Plone Captchas on Plone 2.0.5
Up to Plone Captchas
Hi,
I got the ff: transcript
2007-05-21 23:47:43
failed:
Traceback (most recent call last):
File "e:\Program Files\Plone2\Data\Products\CMFQuickInstallerTool\QuickInstallerTool.py", line 262, in installProduct
res=install()
File "e:\Program Files\Plone2\Zope\lib\python\Products\ExternalMethod\ExternalMethod.py", line 231, in __call__
return f(self.aq_parent.this(), *args, **kw)
File "e:\Program Files\Plone2\Data\Products\qPloneCaptchas\Extensions\Install.py", line 16, in install
install_tool(self, out)
File "e:\Program Files\Plone2\Data\Products\qPloneCaptchas\Extensions\Install.py", line 119, in install_tool
addTool('CaptchaTool')
File "e:\Program Files\Plone2\Data\Products\CMFCore\utils.py", line 427, in manage_addTool
obj = tool()
File "e:\Program Files\Plone 2.5.3\Data\Products\qPloneCaptchas\CaptchaTool.py", line 15, in __init__
delNotification, limit, period_secs)
TypeError: __init__() takes at most 7 arguments (8 given)
I've checked the Product Transient on Zope, and its only taking 7 arguments... how could I make Plone captchas work on 2.0.5 without upgrading my Transient product? Is it ok if i just remove the period_secs argument? would it affect the Captcha product?
regards
I already made this worked, I removed the period_secs argument... I've tested It and the product seems to be working fine. I'm not sure what I'm missing by removing that argument ^_^
Inputs are still welcome. Thanks
regards
oh and by the way, I think I posted the wrong Transcript.. sorry
this should be the one:
2007-05-22 00:13:17
failed:
Traceback (most recent call last):
File "e:\Program Files\Plone2\Data\Products\CMFQuickInstallerTool\QuickInstallerTool.py", line 262, in installProduct
res=install()
File "e:\Program Files\Plone2\Zope\lib\python\Products\ExternalMethod\ExternalMethod.py", line 231, in __call__
return f(self.aq_parent.this(), *args, **kw)
File "e:\Program Files\Plone2\Data\Products\qPloneCaptchas\Extensions\Install.py", line 16, in install
install_tool(self, out)
File "e:\Program Files\Plone2\Data\Products\qPloneCaptchas\Extensions\Install.py", line 119, in install_tool
addTool('CaptchaTool')
File "e:\Program Files\Plone2\Data\Products\CMFCore\utils.py", line 427, in manage_addTool
obj = tool()
File "e:\Program Files\Plone2\Data\Products\qPloneCaptchas\CaptchaTool.py", line 15, in __init__
delNotification, limit, period_secs)
TypeError: __init__() takes at most 7 arguments (8 given)






