Question
I have no Plugin web in my TWiki Installation but the
TWikiDrawPlugin uses the Plugin web path. I want to change this and move the files from twiki/data/Plugins to twiki/data/TWiki and twiki/pub/Plugins to twiki/pub/TWiki. If I do this the java applet will not start anymore if I want to edit a drawing. Is there a need to change someting in the script or settings to get it work again?
Environment
| TWiki version: |
TWikiRelease01Feb2003 |
| TWiki plugins: |
DefaultPlugin, CalendarPlugin, ChartPlugin, EditTablePlugin, GaugePlugin, InterwikiPlugin, LocalTimePlugin, PowerEditPlugin, SlideShowPlugin, SmiliesPlugin, SpreadSheetPlugin, SyntaxHighlightingPlugin, TWikiDrawPlugin, TablePlugin |
| Server OS: |
Solaris |
| Web server: |
apache 1.3.27 |
| Perl version: |
5.6.1 |
| Client OS: |
Windows NT |
| Web Browser: |
MS IE 5.5 |
--
ThomasKurz - 09 Sep 2003
Answer
It looks like
templates/twikidraw.tmpl has a hardcoded Plugins directory. Change
/Plugins/ to
/TWiki/.
--
PeterThoeny - 13 Sep 2003
I finally determined that this was the cause of
TWikiDrawBadMagic problems (at least for me) and have uploaded the revised twikidraw.tmpl file at
TWikiDrawPluginDev.
--
LynnwoodBrown - 03 Feb 2004