I currently have the 1.39 package for CI Forms running on MediaWiki 1.41. I've had this issue even when MediaWiki was at version 1.39. Basically when I load the pages Special:CIFormsManage or Special:SpecialPages, I get the following errors:
[562694b55f00e86faf703aa2] /index.php/Special:CIFormsManage Error: Class "MediaWiki\Navigation\PrevNextNavigationRenderer" not found Backtrace: from /var/www/html/extensions/CIForms/includes/specials/PrevNextNavigationRendererCIForms.php(24)
- 0 /var/www/html/extensions/CIForms/includes/specials/CIFormsManage.php(24): include_once()
- 1 /var/www/html/includes/AutoLoader.php(221): require(string)
- 2 [internal function]: AutoLoader::autoload(string)
- 3 /var/www/html/vendor/wikimedia/object-factory/src/ObjectFactory.php(285): class_exists(string)
- 4 /var/www/html/vendor/wikimedia/object-factory/src/ObjectFactory.php(174): Wikimedia\ObjectFactory\ObjectFactory::validateSpec(string, array)
- 5 /var/www/html/vendor/wikimedia/object-factory/src/ObjectFactory.php(149): Wikimedia\ObjectFactory\ObjectFactory::getObjectFromSpec(string, array)
- 6 /var/www/html/includes/specialpage/SpecialPageFactory.php(1474): Wikimedia\ObjectFactory\ObjectFactory->createObject(string, array)
- 7 /var/www/html/includes/MediaWiki.php(304): MediaWiki\SpecialPage\SpecialPageFactory->getPage(string)
- 8 /var/www/html/includes/MediaWiki.php(960): MediaWiki->performRequest()
- 9 /var/www/html/includes/MediaWiki.php(613): MediaWiki->main()
- 10 /var/www/html/index.php(50): MediaWiki->run()
- 11 /var/www/html/index.php(46): wfIndexMain()
- 12 {main}
Not sure how to resolve this as no forums online seem to address this issue. Any help would be appreciated.