AW: [Zope-Annce] Formulator 0.9.1 released
Did anybody tried to get Formulator to work? I get following error when I testing a field and don't enter the right value. Error Type: TypeError Error Value: not enough arguments; expected 3, got 2 Traceback (innermost last): File /usr/zope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/zope/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/zope/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: email_f) File /usr/zope/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: fieldTest) File /usr/zope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: fieldTest) File /usr/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 324, in __call__ (Object: fieldTest) File /usr/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 354, in _bindAndExec (Object: fieldTest) File /usr/zope/lib/python/App/special_dtml.py, line 236, in _exec (Object: fieldTest) File /usr/zope/lib/python/DocumentTemplate/DT_Try.py, line 212, in render File /usr/zope/lib/python/DocumentTemplate/DT_Try.py, line 221, in render_try_except File /usr/zope/lib/python/Products/ZDebug/DTMLDebug.py, line 259, in debug_render_blocks File /usr/zope/lib/python/Products/ZDebug/DTMLDebug.py, line 239, in debugException File /usr/zope/lib/python/Products/ZDebug/DTMLDebug.py, line 184, in debugWithNamespace TypeError: (see above) If I enter a proper value, everything is alright! Any hints? cheers Damir
Damir Bartakovic wrote:
Did anybody tried to get Formulator to work?
I get following error when I testing a field and don't enter the right value.
[snip error message]
If I enter a proper value, everything is alright! Any hints?
Hi there! This appears to be a conflict with ZDebug. If you deinstall ZDebug from your Zope, Formulator should work. I'm trying to figure out what exactly goes wrong so we can fix this. Thanks for the bug report! Regards, Martijn
participants (2)
-
Damir Bartakovic -
Martijn Faassen