[03:30:40] does anyone know what dimensions footer icons accept up to? [05:29:49] Hi, I installed Cognitive Process Designer in my MW 1.39 but when I save a diagram it's showing a popup error that "Cognitive Process Designer" can someone please tell how I can get the exact issue? Thanks [05:35:14] The error is "Failed posting diagram elements to wiki" [07:40:29] This package requires php >=7.3.19, >=7.2.0, >=7.4 but your PHP version (7.3.33) does not satisfy that requirement. [07:40:47] Am I blind or why 7.3.33 does not satisfy the requirement? [07:51:40] seems like it should [09:05:38] comma means AND, not OR in this case [12:59:16] is there some plugin/hack to allow inserting already uploaded image? [12:59:28] seems a bit crazy to first have to go find the name [13:00:26] How do you know where the image is if you don't know the name [13:01:29] a dialog [13:03:45] instead of going through special files->file list [14:10:43] https://www.mediawiki.org/wiki/Extension:InsertFile [14:11:22] sadly required bluespicefoundation fails to install [14:11:47] Is there an error message? [14:12:01] yeah "run composer install" [14:12:13] And if you run composer install it says... [14:12:14] don't think i ever saw composer succeed [14:12:43] Deprecation Notice: Optional parameter $schema declared before required parameter $path is implicitly treated as a required parameter in /usr/share/php/JsonSchema/Constraints/UndefinedConstraint.php:62 [14:12:48] and lots more [14:12:50] php8.2 [14:13:09] that's not it failing... [14:13:12] it's noise [14:13:16] maybe i should've stuck with php8.1 [14:14:09] oh sorry that wasn't first line [14:14:10] PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Symfony/Component/Console/Helper/HelperSet.php on line 104 [14:16:46] PHP 8.2 will mostly work, and you can ignore those... [14:16:51] But 8.1 is probably a better choice indeed [14:21:48] will give it a shot later on [15:18:16]  one of the extension imports the tests/selenium/wdio-mediawiki/wdio-defaults.conf.js (via node module).  This file contains the process.env which are not defined. I even set up the env file in the base dir of the extension. But that does not work obviously because that file is in node modules dir. Can anyone help me with this pls? [15:21:12] Also, when trying creating user page in mediawiki core It's giving some error like this Fatal error: Class MediaWiki\Parser\Parsoid\Config\SiteConfig contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Wikimedia\Parsoid\Config\SiteConfig::responsiveReferences) in [15:21:12] /var/www/html/w/includes/parser/Parsoid/Config/SiteConfig.php on line 67. How to resolve this error. [15:37:20] Nikhil61: Is your vendor up to date? It sounds like something is out of sync [15:37:37] What version of MediaWiki etc? [15:37:59] let me check [15:39:47] 1.41.0-alpha (03112d0) [15:39:48] 21:10, 23 March 2023 [15:39:48] Reedy [15:40:52] sorry but I did not understand the first line in ur response ( out of sync? vendor? ) [15:41:50] How are you managing your composer dependancies? [15:42:11] Are you running `composer update` after you `git pull` on MediaWiki core? [15:42:22] `git pull` [15:42:47] git pull in the vendor folder? Are you therefore using hte vendor git repo we use for wikimedia production? [15:42:47] no i don't run this `composer update` [15:42:52] is that also on master and up to date? [15:45:17] It's not too long i have setup the wikimedia core so i just git pull but did run any update commands, [15:45:18] I am using docker and the remote url is `https://gerrit.wikimedia.org/r/mediawiki/core.git `. [15:45:18] I am on the master branch. I am in the root dir of the mediawiki core. [15:46:13] I don't know enough about our docker images and how to use them... But it sounds a lot like the composer folder (vendor) isn't being updated correctly [15:47:50] what's the command to update it? if anyone can help then. [15:48:37] https://gerrit.wikimedia.org/g/mediawiki/core/+/HEAD/DEVELOPERS.md [15:48:41] `docker compose exec mediawiki composer update` [15:49:04] ohh let me try it thanks [15:53:34] I've just https://phabricator.wikimedia.org/T333012 for more explicitly how to "update" things [15:57:58] hey Reedy this command `docker compose exec mediawiki composer update` solve the issue thanks a lot:) [15:58:46] yay