On Fri, 15 Oct 2010, Platonides wrote: > David Benfell wrote: > > On Fri, 15 Oct 2010, Juliano F. Ravasi wrote: > > > >> I'm the developer of the Wikilog extension, that seems to be what you > >> are looking for: > >> > >> http://www.mediawiki.org/wiki/Extension:Wikilog > >> > >> Regards. > > > > It looks interesting. I tried installing it, but the maintenance > > script barfed: > > > > atlanta# php update.php > > PHP Warning: require_once(extensions/Wikilog/Wikilog.php): failed > > to open stream: No such file or directory in > > /var/lib/mediawiki-1.16.0/LocalSettings.php on line 141 > > PHP Fatal error: require_once(): Failed opening required > > 'extensions/Wikilog/Wikilog.php' > > (include_path='/var/lib/mediawiki-1.16.0:/var/lib/mediawiki-1.16.0/includes:/var/lib/mediawiki-1.16.0/languages:.:/usr/share/php:/usr/share/pear') > > in /var/lib/mediawiki-1.16.0/LocalSettings.php on line 141 > > > > But the files *do* exist. What's up? > > > > Thanks! > > You added the require_once with a relative path: > require_once("extensions/Wikilog/Wikilog.php"); > > making it absolute will fix that: > require_once("$IP/extensions/Wikilog/Wikilog.php"); > Thanks! I have now gotten through the installation of the Wikilog. I haven't actually started playing with it yet, so we'll see how that goes....
Thanks! -- David Benfell <[email protected]> http://www.parts-unknown.org/
signature.asc
Description: Digital signature
_______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
