You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
When I try to install a new wiki (https://wiki.reseauadn.ca), I get this error: Unable to find RSD URL in page: wiki.reseauadn.ca In addition, libxml had the following errors: , Misplaced DOCTYPE declaration
mw sites:add --url wiki.reseauadn.ca
In ReallySimpleDiscovery.php line 49:
Unable to find RSD URL in page: wiki.reseauadn.ca In addition, libxml had the following errors: , Misplaced DOCTYPE declaration
(line 1), htmlParseStartTag: misplaced <html> tag
(line 2), htmlParseStartTag: misplaced <head> tag
(line 3), htmlParseStartTag: misplaced <body> tag
(line 21), Tag nav invalid
(line 139), Tag nav invalid
(line 157), Tag nav invalid
(line 174), Tag nav invalid
(line 201), Tag nav invalid
(line 218), Tag nav invalid
(line 276), Tag nav invalid
(line 293), Tag nav invalid
(line 309), Tag nav invalid
(line 325), Tag footer invalid
(line 345)
sites:add [-c|--config [CONFIG]] [--url URL]
Regards, Antoine
The text was updated successfully, but these errors were encountered:
mwcli should definitely handle this more gracefully, but it looks like there's an error in that website. There's an equals sign being output before the page content:
@samwilson : I've check my LocalSettings.php, couldn't find a problem. Maybe it comes from an outdated extension. I'll try to update the extensions and I'll keep you posted.
I've added slightly nicer error reporting in this situation (although actually it's just the same error, because that's sort of useful to have all the info, but it doesn't include the "In ReallySimpleDiscovery.php" bit).
Good luck finding your wayward equals sign! It does look a bit odd:
When I try to install a new wiki (
https://wiki.reseauadn.ca
), I get this error:Unable to find RSD URL in page: wiki.reseauadn.ca In addition, libxml had the following errors: , Misplaced DOCTYPE declaration
Regards, Antoine
The text was updated successfully, but these errors were encountered: