On Nov 1, 2009, at 11:04 PM, Peter Velan wrote: >
[Sun Nov 01 18:29:57 2009] [client 192 168 100 65] [Sun Nov 1 18:29:57 2009] mail cgi: [Sun Nov 1 18:29:57 2009] mail cgi: Can't locate YAML/Syck pm in @INC (@INC contains: big-list* at DADA/perllib/HTML/TextToHTML pm line 638 , referer: http://ubx/dm/mail cgi?f=send_url_email
Ah, well, there's our problem - we're missing a perl CPAN module -
it's amazing anything's working, really
Here's the one that's missing:
YAML::Syck
I didn't think this was required, since the docs for, HTML::TextToHTML:
http://search
cpan
org/~rubykat/txt2html-2
51/lib/HTML/TextToHTML
pm#REQUIRES
Says it only need this module for, "debugging"
Looking at its source, it seems the module is loaded, but then, never
used - except if you are testing
Which is sort of a weird thing to
do
I may send a note their way
But! This is good, since we can try a fix on our end,
in the file:
dada/DADA/perllib/HTML/TextToHTML
pm
Find this line (#638):
use YAML::Syck;
And just, comment it out, like this:
Once that's done, the, "Send a Webpage" stuff should work again
Let me know how it goes, for you
The other option, if you're familiar with the CPAN shell, is to just
install that module:
cpan install YAML::Syck
or, just install the HTML::TextToHTML module, with its dependencies
(automatic, using the cpan shell)
cpan install HTML::TextToHTML
Off to write that not to the maintainers of HTML::TextToHTML and to
tweak the copy that comes with Dada Mail
Thanks for the report - you stopped a major bug from making it to the
final release!
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.