[ZCM] [ZC] 2239/ 3 Comment "ascii codec error - file:error_log"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2239 Update (Comment) "ascii codec error - file:error_log" Status Pending, Zope/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/2239 ============================================================== = Comment - Entry #3 by knowit on Nov 17, 2006 8:02 am here is the traceback 2006-11-17T13:54:39 ERROR Zope.SiteErrorLog https://rdb.kicms.de/error_log/manage_main Traceback (innermost last): Module ZPublisher.Publish, line 115, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 41, in call_object Module Shared.DC.Scripts.Bindings, line 313, in __call__ Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec Module Products.PageTemplates.PageTemplateFile, line 121, in _exec Module Products.PageTemplates.PageTemplate, line 89, in pt_render Module zope.pagetemplate.pagetemplate, line 118, in pt_render Module StringIO, line 271, in getvalue UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 2: ordinal not in range(128) ________________________________________ = Comment - Entry #2 by philikon on Nov 17, 2006 7:53 am Can you elaborate on the circumstances a bit more, please? The error you're seeing is due to *something* containing non-unicode 8bit strings. Where you going to the error_log after an error occurred to see the traceback? If so, please provide that traceback (you can get it from one of the log files in INSTANCE/log, I believe). ________________________________________ = Request - Entry #1 by knowit on Nov 17, 2006 4:19 am I have a problem with zope 2.10.0 - when i click on the error_log in the root folder i got this error: Site Error Error Type: UnicodeDecodeError Error Value: 'ascii' codec can't decode byte 0xfc in position 2: ordinal not in range(128) ==============================================================