SID-02481: Can't locate TWiki/Plugins/...Plugin.pm
| Status: |
Asked |
TWiki version: |
6.1.0 |
Perl version: |
This is perl 5, version 16, subversion 3 (v5.16.3) |
| Category: |
CategoryPlugins |
Server OS: |
Red Hat Enterprise Linux Server release 7.9 (Maipo) |
Last update: |
4 years ago |
Hi,
I am getting issues in log related to plugin. Does below error means plugin is not installed. If plugins are not installed, how can I install. Does it require any configuration.
| 2021-12-06 - 11:35:17 | TWiki::Plugins::VotePlugin could not be loaded. Errors were:
Can't locate TWiki/Plugins/VotePlugin.pm in
@INC
(
@INC
contains: /var/www/html/twiki/lib . /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /var/www/html/twiki/lib/CPAN/lib//arch /var/www/html/twiki/lib/CPAN/lib//5.16.3/x86_64-linux-thread-multi /var/www/html/twiki/lib/CPAN/lib//5.16.3 /var/www/html/twiki/lib/CPAN/lib/) at (eval 108) line 1.
BEGIN failed--compilation aborted at (eval 108) line 1.
|
| 2021-12-06 - 11:35:17 | TWiki::Plugins::WorkflowPlugin could not be loaded. Errors were:
Can't locate TWiki/Plugins/WorkflowPlugin.pm in
@INC
(
@INC
contains: /var/www/html/twiki/lib . /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /var/www/html/twiki/lib/CPAN/lib//arch /var/www/html/twiki/lib/CPAN/lib//5.16.3/x86_64-linux-thread-multi /var/www/html/twiki/lib/CPAN/lib//5.16.3 /var/www/html/twiki/lib/CPAN/lib/) at (eval 112) line 1.
BEGIN failed--compilation aborted at (eval 112) line 1.
--
Anwar Ansari - 2021-12-06
Discussion and Answer
Run the configure script, open up the Extensions tab, and click on "Find More Extensions". Install the plugins you want from that list. Run configure after each install to enable and configure a plugin.
--
Peter Thoeny - 2021-12-06
Thanks Peter. Most of the issues seems to be fixed after running configure script.
I am getting red "δ" for some plugin which were having issues, what does it means. something like {Plugins}{WysiwygPlugin}{Enabled}δ
--
Anwar Ansari - 2021-12-07
The little δ after an entry means that the current value is
not the same as the default value. If you hover the cursor over the δ, a popup will show you what the default value is.
(I wasn't sure about this, but the sentence above is what the help text in the
configure script says)
--
Harald Jörg - 2021-12-07
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.