Hello. VERY sorry for not going through the process. What I know about mediawiki would fit in a thimble. I'm a bit of a hack with unix, and php/mysql.
Old school VMS guy, actually.
So anyway.... REAL quick.
I was trying to add MLEB to my wiki setup for my non-profit (Relay For Life of Second Life) and got
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).
Apologies for coming to you directly, any help you can be would be appreciated.
Dwen
On Tue, Apr 1, 2014 at 8:48 PM, Dwen Dooley dwendooley@gmail.com 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!).
mediawiki-i18n@lists.wikimedia.org