Forum archive
updating through apt breaks mediawiki
Updating apt appears to break mediawiki with this error:
Warning: require_once(/usr/share/mediawiki/extensions/FCKeditor/FCKeditor.php) [function.require-once]: failed to open stream: No such file or directory in /etc/mediawiki/extensions.php on line 5
Fatal error: require_once() [function.require]: Failed opening required '/usr/share/mediawiki/extensions/FCKeditor/FCKeditor.php' (include_path='/usr/share/mediawiki:/usr/share/mediawiki/includes:/usr/share/mediawiki/languages:.:/usr/share/php:/usr/share/pear') in /etc/mediawiki/extensions.php on line 5
When you upgrade a package, the previous configurations are not changed. It seems the previous configuration file was pointing to an extension that no longer exists. The extensions may have changed location, or they don't exist in the newer package you installed, etc. I'll have to ask Alon about that when he gets back.
Meanwhile I recommend you edit /etc/mediawiki/extensions.php and comment out the extensions that are giving you trouble.
Also, we released a new MediaWiki appliance a few days ago in which we fixed a few extension related bugs. You might want to try to see if you're having better luck with that.
Cheers