paladox
paladox
We don't use update.php (we apply the sql directly and run maintenance scripts where required). We do run setupStore.php but that only generates the file on one server and you...
@gesinn-it-gea / @gesinn-it-ilm are you able to look into this please? Specifically $connection = $applicationFactory->getConnectionManager()->getConnection( DB_REPLICA ); which is broken because it returns the wrong type. (Would need to be...
Unless we can just not use getConnectionManager and instead use MW cores functions?
Does this install the extension via composer or git clone it? As it'll be downloading the version from summer if it's the former.
> Does this install the extension via composer or git clone it? As it'll be downloading the version from summer if it's the former. Update: It does dev-master.
> Deprecated: SMW\MediaWiki\Content\SchemaContent overrides prepareSave which was deprecated in MediaWiki 1.38. [Called from JsonContentHandler::validateSave in /var/www/html/includes/content/JsonContentHandler.php at line 75] in /var/www/html/includes/debug/MWDebug.php on line 381 Hmm that shouldn't be throwing if...
Some how CI doesn't run for me on this repo. @gesinn-it-gea
Looks like it uses the version from composer.json and not the SMW_VERSION const.