Page MenuHomePhabricator

Linking issue.
Closed, DeclinedPublic

Description

Ive Setup a linux vm to run only my wiki - 1.24 (called "orki") its stored in var/www/
i cannot edit my existing pages with visualeditor - v 1.0 .
My parsoid / wiki settings :
localsettings.js:
parsoidConfig.setInterwiki( '', 'http://orki/api.php' );


Localsettings.php:
require_once "$IP/extensions/VisualEditor/VisualEditor.php";

// Enable by default for everybody
$wgDefaultUserOptions['visualeditor-enable'] = 1;

// Don't allow users to disable it
$wgHiddenPrefs[] = 'visualeditor-enable';

// OPTIONAL: Enable VisualEditor's experimental code features
#$wgDefaultUserOptions['visualeditor-enable-experimental'] = 1;

URL to the Parsoid instance
MUST NOT end in a slash due to Parsoid bug
// Use port 8142 if you use the Debian package
$wgVisualEditorParsoidURL = 'http://localhost:8000';

Interwiki prefix to pass to the Parsoid instance
Parsoid will be called as $url/$prefix/$pagename
$wgVisualEditorParsoidPrefix = 'orki/index.php';


Event Timeline

Maniphest changed the visibility from "Public (No Login Required)" to "Custom Policy".Feb 26 2015, 3:15 PM
Maniphest changed the edit policy from "All Users" to "Custom Policy".
Flayckz updated the task description. (Show Details)
Flayckz added projects: VisualEditor, WMF-NDA.
Flayckz changed Security from None to Other confidential issue.
Flayckz updated the task description. (Show Details)
Flayckz updated the task description. (Show Details)
Flayckz edited subscribers, added: Flayckz; removed: Aklapper.
Aklapper changed the visibility from "Custom Policy" to "Public (No Login Required)".
Aklapper changed the edit policy from "Custom Policy" to "All Users".
Restricted Application changed the visibility from "Public (No Login Required)" to "Custom Policy". · View Herald TranscriptMar 4 2015, 4:43 PM
Restricted Application changed the edit policy from "All Users" to "Custom Policy". · View Herald Transcript
Restricted Application added a project: WMF-NDA. · View Herald Transcript
Aklapper changed the task status from Open to Stalled.Mar 4 2015, 4:47 PM
Aklapper removed a project: WMF-NDA.
Aklapper changed the visibility from "Custom Policy" to "Public (No Login Required)".
Aklapper changed the edit policy from "Custom Policy" to "All Users".
Aklapper changed Security from Other confidential issue to None.
Aklapper subscribed.

What exactly does "i cannot edit" mean? Please see https://www.mediawiki.org/wiki/How_to_report_a_bug and provide exact version information both for MediaWiki and VisualEditor (branch? revision?).

Please also see https://www.mediawiki.org/wiki/Parsoid/Troubleshooting how to provide more information.

In general, this might be a suppore request (setting the right configuration) instead of a software bug.

Setting task status to STALLED. Please reset to open once answering and providing more information that allows reproducing.

Aklapper claimed this task.

Unfortunately closing this report as no further information has been provided.

@Flayckz: Please feel free to reopen this report if you can provide the information asked for and if this still happens. Thanks!