SID-01760: @INC
Issue as identified by Warning
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
5.0 |
| Category: |
ExternalLinkTrackerPlugin |
Server OS: |
Linux |
Last update: |
12 years ago |
My warning file is giving me the message TWiki::Plugins::ExternalLineTrackerPlugin could not be loaded. Errors were: Can't locate TWiki/Plugins/ExternalLinkTrackerPlugin.pm in
@INC
(INC contains: "File paths identified"). What is
@INC
and what is this error all about? I think I am missing a file somewhere after I was buiding my site from scatch. I have verified that all the files necessary for this plugin, as listed in the topic for this plugin, are in the appropriate directory folders.
--
David Steininger - 2013-07-09
Discussion and Answer
So I just figured out that
@INC
is an array in Perl. It's probably is a list of directories. So this should be easy to fix if I can find
@INC
. Shouldn't the install for this plugin modify the
@INC
? Anyway, what's the easy way to fix this?
--
David Steininger - 2013-07-09
I ran the upgrade for this plugin from the TWiki extension topic. I got the following error
Error: Installer returned errors:
Insecure dependency in eval while running with -T switch at tools/extender.pl line 936.
at tools/extender.pl line 936
TWiki::Extender::_install('ARRAY(0x266f9c0)', 'ExternalLinkTrackerPlugin') called at tools/extender.pl line 1054
TWiki::Extender::install('MANIFEST', 'data/TWiki/ExternalLinkTrackerDefinitionTemplate.txt,0664,\x{a}da...', 'DEPENDENCIES', '') called at /home/davste58/nuclearops.net/twiki/ExternalLinkTrackerPlugin_installer line 104
require /home/davste58/nuclearops.net/twiki/ExternalLinkTrackerPlugin_installer called at /home/davste58/nuclearops.net/twiki/lib/TWiki/Configure/UIs/EXTEND.pm line 171
eval {...} called at /home/davste58/nuclearops.net/twiki/lib/TWiki/Configure/UIs/EXTEND.pm line 169
TWiki::Configure::UIs::EXTEND::ui('TWiki::Configure::UIs::EXTEND=HASH(0xc60230)') called at configure line 708
TWiki::_actionInstallExtension() called at configure line 478
at /usr/share/perl5/CGI/Carp.pm line 356
CGI::Carp::realdie('Insecure dependency in eval while running with -T switch at t...') called at /usr/share/perl5/CGI/Carp.pm line 437
CGI::Carp::die('Insecure dependency in eval while running with -T switch at t...') called at /home/davste58/nuclearops.net/twiki/lib/TWiki/Configure/UIs/EXTEND.pm line 173
eval {...} called at /home/davste58/nuclearops.net/twiki/lib/TWiki/Configure/UIs/EXTEND.pm line 169
TWiki::Configure::UIs::EXTEND::ui('TWiki::Configure::UIs::EXTEND=HASH(0xc60230)') called at configure line 708
TWiki::_actionInstallExtension() called at configure line 478
--
David Steininger - 2013-07-09
Things seem to work even with this error during istallation. IMG issue resolved.
--
David Steininger - 2013-07-19
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.