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

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #3 from Roan Kattouw <[email protected]> ---
(In reply to comment #2)
> (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.
> 
Turns out we did actually have the DB names mapped correctly, but to the wrong
URLs. We had stuff like:

'map_bmswiki': 'http://map_bms.wikipedia.org/w/api.php',

which is wrong, we need URLs with dashes.

I have fixed this in the Parsoid config.

-- 
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