[00:51:53] Still totally stuck on this issue [00:53:49] You set the permissions as "localhost" but you said the DB is central. [00:54:19] Try creating the user and giving the permissions as newwikiadmin'@'%' [00:54:34] Unless you truly are accessing it through only localhost. [00:54:34] It's localhost because everything is all on one host [00:54:46] Alrighty. [00:54:59] It's 7 wikis (wanting to make it 9) that are using 1 single MW installation on 1 GCP VM [00:55:09] So the database server is.... "localhost" [00:55:16] Yes [00:55:37] All the other DBs are set up the same way and they all operate fine, I can run their update scripts no issue [00:55:48] And the database server and the web server are on the same VM. [00:55:52] Correct [00:55:55] Strange [00:56:14] I can show you the error output if it'd help [00:56:42] Not me.. I am fairly new to MW. However it might help someone else. [00:56:54] It is complaining about the revision table being missing [00:57:10] Which I believe is what's triggering that MW 1.35 error in the update script [00:57:16] Since that's when it was added, I think [01:06:36] Is there a command to create all of the tables necessary for a MW db? [01:06:53] Because otherwise my solution is going to be copying tables from another install over, I guess [01:20:11] I tried `mysql -u newwikiadmin -p newwikidb < /var/www/html/mediawiki/mainte [01:20:11] nance/tables.sql` but that didn't seem to copy anything [01:20:26] No permission errors or anything [01:22:13] Tried with sudo, also [01:23:07] Ah whoops, had to do tables-generated.sql [01:23:27] Copying that into the db fixed it. I wonder if that should be an option on the maintenance scripts. [09:20:06] Hi. If an extension is moved into the MW core, for example Extension:VisualEditor, does it still need a wfLoadExtension( 'VisualEditor' ); ? [09:27:53] I was under the impression that I did not need the wfLoadExtension() as that is probably looking for an extensions/VisualEditor path, but the VE stops working when I remove it from my configuration [09:28:35] the LocalSettings.php still contains $wgDefaultUserOptions['visualeditor-enable'] = 1; $wgDefaultUserOptions['visualeditor-editor'] = "visualeditor"; [09:29:20] Extension:Interwiki was made into a stub after it was merged into core, so i don't think it's necessary [09:29:27] though idk about the state of VE and being in core [09:30:01] ah, maybe its the Parsoid service that was integrated, and not the VE [09:30:16] This would explain my issue [09:48:48] thanks BlankEclair [09:48:58] yw ^_^ [15:27:54] 322741 [15:28:11] Imran