On Tue, Apr 1, 2014 at 8:48 PM, Dwen Dooley <[email protected]> wrote: > I was trying to add MLEB to my wiki setup for my non-profit (Relay For Life > of Second Life) and got
Thanks for using MLEB ! :) > wiki/includes/MagicWord.php: Error: invalid magic word 'babel' > > I thought what I had done with the > > for ext in Babel cldr CleanChanges LocalisationUpdate Translate > UniversalLanguageSelector > do > if [ ! -d "$ext" ] > then > git clone > https://gerrit.wikimedia.org/r/p/mediawiki/extensions/$ext.git > fi > cd $ext; git fetch --tags; git checkout 2014.03; cd .. > done > > automatically does the tar steps? Because I didn't see the files in the top > level directory for the wiki (with LocalSettings.php). This should work when you're inside your Mediawiki's extensions/ directory. You then need to update LocalSettings.php to add extensions and run `php maintenance/update.php` from directory of your MediaWiki installation(s). > Apologies for coming to you directly, any help you can be would be > appreciated. No worry. Feel free to ask if above instruction doesn't solve issue (or I've understood it wrong!). -- Kartik Mistry/કાર્તિક મિસ્ત્રી | IRC: kart_ {kartikm, 0x1f1f}.wordpress.com _______________________________________________ Mediawiki-i18n mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n
