Question
When I try to SAVE a page having %ACTION{...}%, TWiki seems to just hang there without any reponse. But PREVIEW seems to work fine without any issues. I can clearly see the table with Action items.
Environment
--
TWikiGuest - 12 Apr 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
TWiki version Fri, 31 Mar 2006 build 9626
Plugins Installed:
SpreadSheetPlugin,
ActionTrackerPlugin,
CommentPlugin,
EditTablePlugin,
EmptyPlugin
InterwikiPlugin,
PreferencesPlugin
RenderListPlugin,
SlideShowPlugin
SmiliesPlugin,
TablePlugin
TagCloudPlugin,
TagMePlugin
WysiwygPlugin
--
TWikiGuest - 12 Apr 2006
I did some further investigations and found out the root cause to be with UID. If I mention the UID in the Action, it works. Example:
Does not work: %ACTION{ due="8-Feb-2020" creator="Main.RamkumarK" state="open" created="13-Apr-2006" who="Main.LittleOysters" }%
Works when: %ACTION{ due="8-Feb-2020" creator="Main.RamkumarK" state="open"
uid="00003" created="13-Apr-2006" who="Main.LittleOysters" }%
--
RamkumarKb - 13 Apr 2006
Please try removing other plugins - especially non-default plugins - and try again.
--
CrawfordCurrie - 17 Apr 2006
--
CrawfordCurrie - 06 Jun 2006
For the moment, i just use a running number for the UID per topic and it works fine. I using most of my pluins and therefore unable to remove any of them.
--
RamkumarKb - 06 May 2006
Then sorry, I can't help. Unless you can help narrow down the cause, which I suspect is another plugin, there is not much I can do.
--
CrawfordCurrie - 06 Jun 2006
I fixed the same problem with fixing the permissions for the scripts (chmod and chown).
--
ClaudioBeffa - 12 Dec 2006