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

       Web browser: ---
            Bug ID: 44313
           Summary: Error contacting the Parsoid server
           Product: VisualEditor
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Hi,

when I click on the WYSIWYG button on /w/VisualEditor:Sandbox (existsting
page), I only get an error:

    {"error":{"code":"parsoidserver","info":"Error contacting the Parsoid
server"}}

My config is as following:

    require_once("$IP/extensions/VisualEditor/VisualEditor.php");
    define( 'NS_VISUALEDITOR', 2500 );
    define( 'NS_VISUALEDITOR_TALK', 2501 );
    $wgExtraNamespaces[NS_VISUALEDITOR] = 'VisualEditor';
    $wgExtraNamespaces[NS_VISUALEDITOR_TALK] = 'VisualEditor_talk';
    $wgVisualEditorNamespaces = array( NS_MAIN );
    $wgVisualEditorNamespaces = array();
    $wgVisualEditorNamespaces[] = NS_VISUALEDITOR;
    $wgDefaultUserOptions['visualeditor-enable'] = 1;
    $wgHiddenPrefs[] = 'visualeditor-enable';
    $wgVisualEditorParsoidURL = 'http://parsoid.wmflabs.org/';

I installed the current git masters from mediawiki and visualeditor as of today
(24 Jan 2013).

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to