Question
I can't get the
SectionalEditPlugin working. I am on 1.4.2 and I installed both the
EditContrib Plugin and the
SectionalEditPlugin. The
EditContrib plug in did not show up in the list of plug ins but the section edit one did. I am not sure whether or not
EditContrib was suppose to show up....
So I enabled the
SectionalEditPlugin and tried to use it. However when i click on the edit button i get the following error in my error log:
[Tue Sep 04 11:31:15 2007] [error] [client 192.168.72.24] (OS 3)The system cannot find the path specified. : couldn't spawn child process: .../twiki/bin/editsection,
Am I doing something wrong?
Environment
--
GregGardinier - 04 Sep 2007
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.
I found a solution to the problem here
EditContribDev
I fixed it by changing
file: \twiki\lib\TWiki\Contrib\EditContrib\Include41.pm
row 93: if( isTrue( $warn )) {
change it to: if( TWiki::isTrue( $warn )) {
--
GregGardinier - 09 Sep 2007