From: Jeff D. <da...@da...> - 2002-02-08 15:39:18
|
Bernd Duesmann said: > i get the following errormessage in my phpwiki: > lib/interwiki.php:95: Notice[1024]: Loading InterWikiMap from external > file lib/interwiki.map. > anyone an idea? To get the notice to go away, you should load the latest version of pgsrc/InterWikiMap into your wiki. (Now PhpWiki tries to read the interwiki map from that wikipage, and falls back to the old behaviour of reading the map from a file, only if that page doesn't exist or is in the wrong format.) Or you can try to ignore the message (it's mostly harmless.) |