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
--
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