-
Notifications
You must be signed in to change notification settings - Fork 1
Add an optional extension profile to disable existing Plone transforms #24
Copy link
Copy link
Open
Description
Existing Plone default transforms may cause error messages in logs like the ones shown below, even though ftw.tika already provides a path for creating text/plain from those MIME types, and those transforms aren't needed any more.
I therefore suggest we create an optional profile that can be installed / depended upon that unregisters those transforms.
2015-09-01T11:34:58 ERROR PortalTransforms Cannot register transform lynx_dump, using BrokenTransform: Error
Unable to find binary "lynx" in /home/zope/bin:/home/zope/perl5/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
------
2015-09-01T11:34:58 ERROR PortalTransforms Cannot register transform pdf_to_html, using BrokenTransform: Error
Unable to find binary "pdftohtml" in /home/zope/bin:/home/zope/perl5/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
------
2015-09-01T11:34:58 ERROR PortalTransforms Cannot register transform pdf_to_text, using BrokenTransform: Error
Unable to find binary "pdftotext" in /home/zope/bin:/home/zope/perl5/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
------
2015-09-01T12:02:27 ERROR PortalTransforms Cannot register transform lynx_dump, using BrokenTransform: Error
Unable to find binary "lynx" in /home/zope/bin:/home/zope/perl5/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
------
2015-09-01T12:02:27 ERROR PortalTransforms Cannot register transform pdf_to_html, using BrokenTransform: Error
Unable to find binary "pdftohtml" in /home/zope/bin:/home/zope/perl5/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
------
2015-09-01T12:02:27 ERROR PortalTransforms Cannot register transform pdf_to_text, using BrokenTransform: Error
Unable to find binary "pdftotext" in /home/zope/bin:/home/zope/perl5/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels