[13:07:46] Hi, how to make the page protection warning appear in the “Edit with form” edit action ? [23:11:28] ah sorry I think I had a connection drop - is anybody around please [23:13:33] !help [23:13:34] There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [23:13:38] ffs [23:13:39] !ask [23:13:39] Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [23:34:15] I have tried to enable flagged revisions and I have hit a 500 error - I have followed all the instructions. I am running the latest version of MediaWiki as of today and I have downloaded the latest stable branch for Flagged Revisions. I have followed the instructions at https://www.mediawiki.org/wiki/Extension:FlaggedRevs I am getting an error related to failed opening - I have checked permissions [23:34:23] Thanks [23:36:21] failed opening what? [23:36:22] !debug [23:36:22] For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [23:36:24] !500 [23:36:24] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [23:54:36] Reedy: https://privatebin.net/?2d0b050d75942d8d#JB8BLqTGKiW32nbsCmYbJ85JitLp9t7QGRna6tp99Lgq [23:55:12] >require_once(): Failed opening required '/home/coronaun/myuk/workflow/policy/extensions/FlaggedRevs/FlaggedRevs.php' [23:55:19] you're trying to require a file that doesn't exist [23:55:45] That page... is very out of date [23:55:48] and non standard [23:56:00] what is Reedy that's the error log [23:56:13] i'll check the file though :) [23:56:27] i'm sure I have, i'm just coming back to this after a few days [23:56:28] there's nothing to check [23:56:29] replace [23:56:29] require_once "$IP/extensions/FlaggedRevs/FlaggedRevs.php"; [23:56:30] with [23:56:37] wfLoadExtension( 'FlaggedRevs' ); [23:56:57] oh ok:) Ahhh I see what your saying! The instructions i'm following are out of date!