[07:16:33] Good morning. [07:17:04] Is there a way to really delete uploaded files, including their history? [08:35:50] https://www.mediawiki.org/wiki/Manual:EraseArchivedFile.php [08:35:50] this might be helpful [14:26:12] Hi, I recently moved my wiki from one server to another and now when I'm trying to open it I'm getting "MediaWiki\Storage\NameTableAccessException: Failed to access name from content_models using id = 3" error so can someone please help me identify why I'm getting this error? [14:28:38] How did you move it? [14:29:32] I copied my previous folder and paste in new server and also took backup of my previous database and imported into new one. [14:30:01] I must admit that earlier I was using wgSharedDB is that something to do with? [14:30:35] Possibly, especially if you didn't bring it with you [14:31:02] I have not yet so I guess I should work on that first. [14:31:13] Most of the pages are working fine but some are not. [14:32:09] At the time of running update.php I got "wgSharedDB has been deprecated" so I removed it but I guess I should ignore it as per https://phabricator.wikimedia.org/T308536 [14:33:48] If you took a copy of the content_models table from the shareddb and imported it into the wiki [14:58:44] Reedy > Thank you for your suggestion. I copied the table from shareddb and imported into the wiki and it's now showing articles. [14:59:03] If you had other shared tables, you might run into similar issues [14:59:11] May I know what was the exact issue and if this hack is good? [14:59:20] I only had the actor shared table nothing else. [14:59:29] Well, you basically removed a table that mediawiki was using... [14:59:36] So it didn't know what to do [15:00:11] The table was already there but only with 1 row so maybe rest of the rows were missing. [15:02:47] Yeah, it might have been there since before you enabled it or similar [15:02:51] ie an "old version" [15:04:34] Yeah maybe but anyways thank you so much for your help. :)