The Apache2 error.log displays, "PHP Fatal error: Call to undefined
method SkinMonoBook::getTitle() in /var/lib/mediawiki/extensions/
Collection/Collection.hooks.php on line 63" Presumably this was fixed
in 2009 so don't understand why I'm getting it.
Before I got this far, I had to change a line in Collection.php
because it reported a problem with $wgResourceModules in the Apache2
error log. I changed $wgResourceModules += array( to
$wgResourceModules = array( to make this error go away.
After I restart Apache2 service and browse to the main wiki page, also
on the same host, I get a blank white page and the SkinMonoBook error
is recorded in the error log.
Any clues at how to get past this?
I would try to upgrade the mediawiki installation, you probably also
need to upgrade the collection extension in that case.
--
Cheers
Ralf