List of steps to reproduce (step by step, including full links if applicable):
- With REL1_38, enable AbuseFilter: wfLoadExtension( 'AbuseFilter' ); in the LocalSettings.php
- Set wgShowExceptionDetails = true; at the end of LocalSettings.php
- edit a page and save
What happens?:
Error: Class "Wikimedia\Equivset\Equivset" not found
What should have happened instead?:
- page should have saved :)
Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc.:
I feel like the composer update step is missing something from the vendor directory. i.e. if you run composer twice and the Equivset dependency is installed
- composer update --no-dev
- cd vendor && composer update --no-dev