Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an optional extension profile to disable existing Plone transforms #24

Open
lukasgraf opened this issue Sep 1, 2015 · 0 comments
Open
Assignees

Comments

@lukasgraf
Copy link
Contributor

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
@lukasgraf lukasgraf self-assigned this Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant