Last modified: 2013-02-07 03:25:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T46313, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 44313 - Parsoid should support passing on an authenticated user's read right (when MW API supports that)
Parsoid should support passing on an authenticated user's read right (when MW...
Status: RESOLVED DUPLICATE of bug 44483
Product: VisualEditor
Classification: Unclassified
General (Other open bugs)
unspecified
PC Linux
: Unprioritized normal
: ---
Assigned To: James Forrester
http://lists.wikimedia.org/pipermail/...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-24 14:45 UTC by mail
Modified: 2013-02-07 03:25 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description mail 2013-01-24 14:45:32 UTC
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).
Comment 1 mail 2013-01-29 09:11:06 UTC
http://lists.wikimedia.org/pipermail/wikitext-l/2013-January/000750.html

Solved by setting $wgGroupPermissions['*']['read'] from FALSE to TRUE.
I hope there will be the possibility to have it FALSE in the future :)
Comment 2 James Forrester 2013-02-07 03:25:11 UTC

*** This bug has been marked as a duplicate of bug 44483 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links