Installed OK on Plone 3.1.4, but not working
Up to Plone Comments
I am on Plone 3.1.4, qPloneComments, 3.0.2
After changing the install.py to pass the version check,
I get the following error whenever one of two things happens
1) If moderation is on - then when publishing the comment i get the error
2) If moderation is off, then when initially saving the comment.
| Time | 2008/08/05 13:48:16.687 GMT-4 |
|---|---|
| User Name (User Id) | <*SCRUBBED*> |
| Request URL | http://<HOST>/<PloneSiteRoot>/coe-team/IndexTest.doc/discussion_reply_form |
| Exception Type | PTRuntimeError |
| Exception Value | ['Compilation failed', 'HTMLParser.HTMLParseError: malformed start tag, at line 7, column 1'] |
The full trace is:
Traceback (innermost last):
- Module ZPublisher.Publish, line 119, in publish
- Module ZPublisher.mapply, line 88, in mapply
- Module ZPublisher.Publish, line 42, in call_object
- Module Products.CMFFormController.FSControllerPageTemplate, line 90, in __call__
- Module Products.CMFFormController.BaseControllerPageTemplate, line 28, in _call
- Module Products.CMFFormController.ControllerBase, line 231, in getNext
- Module Products.CMFFormController.Actions.TraverseTo, line 38, in __call__
- Module ZPublisher.mapply, line 88, in mapply
- Module ZPublisher.Publish, line 42, in call_object
- Module Products.CMFFormController.FSControllerPythonScript, line 104, in __call__
- Module Products.CMFFormController.Script, line 145, in __call__
- Module Products.CMFCore.FSPythonScript, line 140, in __call__
- Module Shared.DC.Scripts.Bindings, line 313, in __call__
- Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
- Module Products.CMFCore.FSPythonScript, line 196, in _exec
- Module None, line 77, in discussion_reply
<FSControllerPythonScript at /<PloneSiteRoot>/discussion_reply used for /<PloneSiteRoot>//coe-team/IndexTest.doc>
Line 77 - Module Products.qPloneComments.utils, line 42, in manage_mails
- Module Products.qPloneComments.utils, line 30, in sendMails
- Module Products.qPloneComments.utils, line 163, in send_email
- Module Products.qPloneComments.utils, line 51, in getMsg
- Module Shared.DC.Scripts.Bindings, line 313, in __call__
- Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
- Module Products.CMFCore.FSPageTemplate, line 216, in _exec
- Module Products.CMFCore.FSPageTemplate, line 155, in pt_render
- Module Products.PageTemplates.PageTemplate, line 89, in pt_render
- Module zope.pagetemplate.pagetemplate, line 111, in pt_render
Warning: Compilation failed
Warning: HTMLParser.HTMLParseError: malformed start tag, at line 7, column 1
PTRuntimeError: ['Compilation failed', 'HTMLParser.HTMLParseError: malformed start tag, at line 7, column 1']
Something else: my PloneComments configlet works correctly only once! If I modify some options and save, when I go back to it, it displays a black page and I can't modify any settings.
http://svn.quintagroup.com/products/qPloneComments/branches/plone-3.0
