Hi Leute,
seitdem ich unsere Seite von Plone 2.1.2 auf 2.5.2 gebracht habe, bekomme ich bei einer Suche nach einem Text mit Umlaut (z.B. Stück) das:
Site Error
An error was encountered while publishing this resource.
UnicodeDecodeError
Sorry, a site error occurred.
Traceback (innermost last):
* Module ZPublisher.Publish, line 196, in publish_module_standard
* Module Products.PlacelessTranslationService.PatchStringIO, line 34, in new_publish
* Module ZPublisher.Publish, line 146, in publish
* Module Zope2.App.startup, line 222, in zpublisher_exception_hook
* 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 311, in __call__
* Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
* Module Products.CMFCore.FSPageTemplate, line 195, in _exec
* Module Products.CMFCore.FSPageTemplate, line 134, in pt_render
* Module Products.PageTemplates.PageTemplate, line 104, in pt_render
<FSPageTemplate at /plone252/search>
* Module TAL.TALInterpreter, line 238, in __call__
* Module TAL.TALInterpreter, line 281, in interpret
* Module TAL.TALInterpreter, line 749, in do_useMacro
* Module TAL.TALInterpreter, line 281, in interpret
* Module TAL.TALInterpreter, line 457, in do_optTag_tal
* Module TAL.TALInterpreter, line 442, in do_optTag
* Module TAL.TALInterpreter, line 437, in no_tag
* Module TAL.TALInterpreter, line 281, in interpret
* Module TAL.TALInterpreter, line 749, in do_useMacro
* Module TAL.TALInterpreter, line 281, in interpret
* Module TAL.TALInterpreter, line 310, in do_startEndTag
* Module TAL.TALInterpreter, line 356, in do_startTag
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 9: ordinal not in range(128) (Also, the following error occurred while attempting to render the standard error message, please see the event log for full details: 'ascii' codec can't decode byte 0xc3 in position 9: ordinal not in range(128))
Troubleshooting Suggestions
* The URL may be incorrect.
* The parameters passed to this resource may be incorrect.
* A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
Alles anzeigen
Ich habe kein LinguaPlone installiert (dazu habe ich die meisten Einträge von Mr Google bekommen).
Die Seite läuft unter einem selbst kompilierten python 2.4.4 und Zope 2.9.6 (kommt vom UnifiedInstaller).
Ich habe folgende Produkte installiert:
Plone 2.5.2 mit den Standard Produkten, die der UnifiedInstaller unter Linux mitbringt.
ATContentTypes 1.1.4-final
ATReferenceBrowserWidget
Archetypes
CMFPlacefulWorkflow
MimetypesRegistry
PlonePAS
PortalTransforms
ResourceRegistries
kupu
dazu habe ich noch folgende installiert:
TextIndexNG3 3.1.14
PloneFormGen 1.1-RC3
Der Fehler könnte von TextIndexNG3 kommen, aber ich finde keinen Hinweis darauf, wie ich es lösen könnte.