Question
I downloaded, installed and activated the new (Dakar-compatible) version of the
SectionalEditPlugin yesterday, but for some reason I can't get it to work. I set the debug flag to 1 but I see no errors in debug.txt or in warn*.log. It just seems to ignore the tags altogether... Any advice on how I can further debug the issue?
Note: I also installed the latest version of EditContrib. Very grateful to ThomasWeigert for all his work!!
Thanks!
SergioRotstein
Sample Section Edit?
I've had similar problems with my installation. Can someone offer a sample installation that I can look at?
AlanPilch - 07-Jul-2006
Environment
--
SergioRotstein - 06 Jul 2006
Answer
Looks like the development page for that plugin has had some activity lately, including some code change suggestions that solved the issue for me. Please see
SectionalEditPluginDev
--
SergioRotstein - 12 Jul 2006
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Thanks for the help, Sergio. One problem was that
EditContrib was not installed. I also had to edit /lib/TWiki/Plugins/SectionalEditPlugin.pm as described by
JacekZapotoczny on 07 Jul 2006 in
SectionalEditPluginDev. I changed only two words: startRenderingHandler appeared on lines 137 and 141 - I changed to preRenderingHandler, and things started working. I'll try some of the other code modifications later, or wait for
ThomasWeigert to post an updated package.
--
AlanPilch - 13 Jul 2006