SID-02130: Failed to include URL error
| Status: |
Asked |
TWiki version: |
4.2.1 |
Perl version: |
|
| Category: |
CategoryAuthentication |
Server OS: |
|
Last update: |
10 years ago |
We are getting failed to include URL error while invoking any urls in the TWiki site
--
TWiki Guest - 2015-12-03
Discussion and Answer
Check the
{INCLUDE}{AllowURLs} configure setting in the Miscellaneous section. This is an expert setting, so first press the "yes, I have read all the documentation" button.
--
Peter Thoeny - 2015-12-04
Also, make sure you have
CPAN:LWP
installed.
--
Peter Thoeny - 2015-12-04
Hi Peter,
Thanks for your response.
I've verified {INCLUDE} {AllowURLs} has been enabled in the configure setting in the Miscellaneous section.
In configure setting I could not able to find whether
CPAN:LWP
installed or not. Could you please help me how to verify this?
--
TWiki Guest - 2015-12-04
See
HowToInstallCpanModules.
--
Peter Thoeny - 2015-12-04
Hi Peter,
We have verified that {INCLUDE} {AllowURLs} are enabled and CPAN is installed in the server. Please see below for your reference,
1. {INCLUDE} {AllowURLs} check box is checked in Miscellaneous Section.
2. CPAN has been installed in the server,
perl -e 'while (<@INC>) { while (<$_/*.pm>) { print "$_\n"; } }'|grep -i CPAN
/tool/pandora64/.package/perl-5.8.0/lib/5.8.0/CPAN.pm
Still we are getting the same error. Could you please let us know your comments on this?
--
TWiki Guest - 2015-12-15
Using the shell on the server, do a
wget to verify that you can access external websites. Among others, it could be a DNS issue.
--
Peter Thoeny - 2015-12-15
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.