Question
After checking the box in the configure to {INCLUDE}{AllowURLs}, I am still receiving the message:
Warning This site does not allow %INCLUDE% of URLs
I have even restarted the apache server, but no help.
Twiki version is Tue, 04 Jul 2006 build 10807
Environment
--
DennisSchmidt - 19 Nov 2008
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.
That is really strange.
TWiki.pm has this:
return _includeWarning( $this, $warn, 'urls_not_allowed' )
unless $TWiki::cfg{INCLUDE}{AllowURLs};
This is the only place in TWiki where this error message is used. Do you have a Perl accelerator caching the old code & settings?
--
PeterThoeny - 19 Nov 2008
Ok, now this is really strange, I went back to it, and it is working now. The only difference is the machine has been rebooted. Thanks for your help!
--
DennisSchmidt - 02 Dec 2008