Tags:
create new tag
view all tags

Question

MailToTWikiAddon is not able to store the incoming topics. Everything looks well and dandy until it calls a function to save which never returns.

I have trace the storing of a Topic to this particular call from mailtotwiki script to the TWiki libs:

..
if ($_ = TWiki::Store::saveTopic($web, $topic, $topictext, $metadata)) {
TWiki::Func::setTopicEditLock($web, $topic, 0);
..

This calls does not return and aborts the save operation without any further message on stdout or debug.txt. Any idea of what to look for? How can I make perl print detailed step by step(like bash -x) so I can see where it fails?

Any help is appreciated.

olec

Environment

TWiki version: TWikiRelease01Feb2003
TWiki plugins: DefaultPlugin, ActionTrackerPlugin, BeautifierPlugin, CommentPlugin, EditTablePlugin, InterwikiPlugin, SpreadSheetPlugin, TablePlugin, TreePlugin
Server OS: Solaris 2.8
Web server: Apache 1.3_27
Perl version: v5.8.3 built for sun4-solaris
Client OS: Fedora 1
Web Browser: Firefox

-- OleCMeldahl - 20 Apr 2004

Answer

The problem was the ActionTrackerPlugin, disabeling it did the trick. Have not tried to work out why though....

-- OleCMeldahl - 20 Apr 2004

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2004-04-20 - OleCMeldahl
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.