Hi,
I just updated my mediawiki from 1.16.5 to 1.25.2.
To stay up to date I also downloaded the new Semantic-Bundle tarball and unzipped it in my extensions folder.
I enabled it with require_once( "$IP/extensions/Validator/Validator.php" ); in my LocalSettings.php
After this didn't work because of ParamProcessor being missing I downloaded that tarball and unzipped it too.
I also enabled it using require_once( "$IP/extensions/ParamProcessor/src/Processor.php" ); where I'm not sure if this is correct.
Ultimately it gave me more errors than before. I now get lots of these for newly installed ParamProcesser:
PHP Warning: Class 'ParamProcessor\\ParamDefinitionFactory' not found in /var/www/mediawiki-1.25.2/extensions/Validator/Validator.php on line 79
And lots of these which I had before already:
PHP Warning: Class 'SMW\\Store' not found in /var/www/mediawiki-1.25.2/extensions/SemanticMediaWiki/SemanticMediaWiki.php on line 60
Any ideas here?
I would like to avoid using composer.