Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot register transform lynx_dump error log entries in Plone 4

Tags:

plone

Currently one of Plone 4.1 instance.log is (mgirated from 3.3) gets messages like:

2012-07-09 17:40:38 ERROR PortalTransforms Cannot register transform lynx_dump, using BrokenTransform: Error
 Unable to find binary "lynx" in /Users/moo/tools/bin:/Users/moo/.zsh/bin:/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

1) Is this a real error (probably not)?

2) How to get rid of this messages?

like image 357
Mikko Ohtamaa Avatar asked Dec 04 '25 15:12

Mikko Ohtamaa


1 Answers

It is not a real problem, unless you use the lynx_dump transform (nothing in stock Plone uses it, and other transforms provide text/html to text/plain too).

You have two options to deal with it:

  1. Remove the lynx_dump transform. Go to the ZMI, find the portal_transforms tool, check the box by the lynx_dump entry, and hit the [Delete] button at the bottom of the form. This is harmless if you don't use the transform.

  2. Install the lynx command. port install lynx should do.

like image 83
Martijn Pieters Avatar answered Dec 06 '25 10:12

Martijn Pieters



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!