Question
I am running the TWiki from a virtual machine and have been trying to install my first plugin
| May 2026 |
| |
|
|
|
|
01 |
02 |
| 03 |
04 |
05 |
06 |
07 |
08 |
09 |
| 10 |
11 |
12 |
13 |
14 |
15 |
16 |
| 17 |
18 |
19 |
20 |
21 |
22 |
23 |
| 24 |
25 |
26 |
27 |
28 |
29 |
30 |
| 31 |
|
|
|
|
|
|
|
With the calendar plugin, I have run the perl install module (CPAN's are all there) and have gone to my site's "configure" dialogue. The Claendar shows up there and I have enabled it. I still do not seem to be able to use it though and when I go to the "InstalledPlugins" page the calendar plugin is not listed. Any help?
Environment
--
BenjaminDalton - 15 Sep 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.
Add %FAILEDPLUGINS% to any page. There may be a compilation problem with the plugin.
--
CrawfordCurrie - 11 Oct 2006
Please take a look at
TWikiVMDebianStable, the TWiki VM is special in that it uses a perl accelerator. This makes it remember "first time" configuration until explicitely asked to reload a new configuration.
--
SteffenPoulsen - 11 Oct 2006
The default permissions of
.pm files in some plugin packages are wrong. Make sure that the files are readable by your webserver user (
nobody,
wwwrun or the like.)
--
PeterThoeny - 11 Oct 2006