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

--- Comment #2 from Pavel Selitskas [wizardist] <[email protected]> ---
(In reply to comment #1)
> Roan - is this a config issue at our end or something else?
> 
> http://titanium.wikimedia.org/be-x-oldwiki/Галоўная_старонка?oldid=1535753
> and
> http://parsoid.wmflabs.org/be-x-old/Галоўная_старонка?oldid=1535753 both work
> fine for me, but in VE
> https://be-x-old.wikipedia.org/wiki/
> Галоўная_старонка?oldid=1535753&veaction=edit
> does indeed 404.

I think it's a config issue.

CommonSettings.php on line 1890 says:
$wgVisualEditorParsoidPrefix = $wgDBname;

DB names are written with underscores instead of dashes. Conversion '_'->'-'
should be performed here.

This is a typical error in WMF configs. I used to run against it even in
MediaWiki core.

-- 
You are receiving this mail because:
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