[01:41:25] SMalyshev: Did you run update.php? [01:41:46] Looks like it might be a mismatch between PHP code version and db schema [01:41:53] from the MCR refactorings [01:44:19] that or change $wgMultiContentRevisionSchemaMigrationStage [01:44:41] or it could be a bug of course, but that can't really be determined without context [05:13:52] tgr: $wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD; [05:13:59] tgr: that's my vagrant which I updated to latest master and now it give this for wikidata [05:14:50] Krinkle: update doesn't help [05:17:22] you could set it to SCHEMA_COMPAT_OLD for a quick temporary fix [05:17:54] otherwise, check the DB, see if the content_address field is actually populated [05:18:12] if not, run populateContentTables.php [05:19:22] tgr: looks like SCHEMA_COMPAT_OLD does the same? [05:19:52] wait no it worked now [05:21:32] ok, I'll keep it that way then for now [05:21:52] tgr: thanks