https://bugzilla.wikimedia.org/show_bug.cgi?id=50382

       Web browser: ---
            Bug ID: 50382
           Summary: The MLEB 2013.05 do not work
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Translate
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Created attachment 12681
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=12681&action=edit
translation page

I just upgraded to 1.21.1 and installed the last version of MLEB, but when
going to a translation page I got a simple HTML page, with no windows like
that's showed in
https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Translate_manual_-_Translate_example_-_07._Editor_assistant.png/300px-Translate_manual_-_Translate_example_-_07._Editor_assistant.png
 

and a message 

Loading messages...

but nothing appears. I'm attaching a screenshot.


It seems some kind of javascript problem, I tried with last version of Firefox
and Chrome for Debian, and with firefox inside ubuntu 12.04 but I got always
the same page.

You can check my other extensions here:

http://www.fountainpen.it/Special:Version

I have this configuration in LocalSettings.php:

# Added for tranlate
$EXT = "$IP/extensions";
$wgExtensionAssetsPath = "{$wgScriptPath}/../extensions";
# Babel
require_once( "$EXT/Babel/Babel.php" );
# CLDR extension
include("$EXT/cldr/cldr.php");
# Clean Changes
require_once( "$EXT/CleanChanges/CleanChanges.php" );
$wgCCTrailerFilter = true;
$wgCCUserFilter = false;
$wgDefaultUserOptions['usenewrc'] = 1;
# LocalisationUpdate
require_once( "$EXT/LocalisationUpdate/LocalisationUpdate.php" );
$wgLocalisationUpdateDirectory = "$IP/cache";
# Translate 
require_once( "$EXT/Translate/Translate.php" );
$wgGroupPermissions['sysop' ]['translate'] = true;
$wgGroupPermissions['sysop']['translate-messagereview'] = true;
$wgGroupPermissions['sysop']['translate-groupreview'] = true;
$wgGroupPermissions['sysop']['translate-import'] = true;
$wgGroupPermissions['sysop' ]['pagetranslation'] = true;
$wgGroupPermissions['sysop']['translate-manage'] = true;
$wgGroupPermissions['user']['translate'] = true;
$wgGroupPermissions['user']['translate-messagereview'] = true;
$wgGroupPermissions['user']['translate-groupreview'] = true;
$wgGroupPermissions['user']['translate-import'] = true;
$wgGroupPermissions['user']['pagetranslation'] = true;
$wgGroupPermissions['user']['translate-manage'] = true;
$wgTranslateDocumentationLanguageCode = 'qqq';
$wgExtraLanguageNames['qqq'] = 'Message documentation';

require_once( "$EXT/UniversalLanguageSelector/UniversalLanguageSelector.php" );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to