[12:59:29] Hello. I have a small question regarding Extension:OAuth. I am trying to use it with OAuth 2.0, however I can't find what endpoint to use for authorize, I think it should be https://wiki.domain/rest.php/oauth2/authorize , this however only returns "The requested relative path (/oauth2/authorize/) did not match any known handler".This is the same [12:59:29] using other (non-OAuth) endpoints like /page/html/Main_page and /v1/page/html/Main_page .Maybe somebdy can point me to an explanation of the REST Api or the correct endpoint?Thanks in advance. [13:11:59] Ok the reason might be that I have an old version even though I just downloaded it. [13:12:59] (appareantly the extension-distributor doesn't deliver the newest version (?)) [14:10:22] Hi, there is anyway to embed facebook videos? [14:18:05] In theory [14:18:11] https://www.mediawiki.org/wiki/Extension:VideoPlayer claims to do so, but it doesn't seem maintained [14:18:44] https://www.mediawiki.org/wiki/Extension:EmbedVideo might too based on talk page comments [14:21:36] Im using the second one and could not find it on the manual, ill check the talk page, tyvm! [14:28:56] Saw they have referenced on their code to "facebook", Downloaded the last version from github (2.8.0) and its work, ty:) [14:32:30] Sweet [15:58:04] hi, I'm trying to migrate a wiki to a new server with a newer mediawiki and after running update.php I got this error: https://pastebin.com/DdTTEa0w [15:58:08] any idea how to fix it? [16:36:36] baruna: It seems to be failing with this script... Not sure why, but one thing you can do is to remove the problematic statement from that file and rerun the update.php again [16:36:48] It may fail on other statements from that file, though... [16:43:25] Vulpix: meanwhile I googled out runing mysqldum with mysqldump --add-drop-database might work and it worked so I dropped the database and imported it again [16:43:32] *mysqldump