I am getting this Uncaught ExtensionDependencyError on a clean install of mediawiki using the official docker image for 1.41 (there is no 1.42 available yet). Steps followed:
- Pull the latest docker stable image
- Create a container from the latest image (1.41)
- Create LocalSettings.php and verify dependencies for TextExtracts and PageImages are included and enabled
- Turned off ReferencePreviewsBetaFeature (just in case, but tried with and without this set to false and no difference)
- Comment out the extension and its settings, restart the wiki, verify it otherwise functions normally
Since the extension page says it's compatible with 1.37+, I would assume the error is misleading. Any suggestions?