- 🇮🇹Italy senzaesclusiva
Sorry for reopen
Is this the same problem i've founded while checking db tables?
I'm on D10.2.0, MySQL 5.7.39, php 8.2
Many thanks for your answerDeprecation Notice in ./vendor/webmozart/assert/src/Assert.php#1973 Use of "static" in callables is deprecated Backtrace Mixin.php#81: Webmozart\Assert\Assert::__callStatic( string 'allStringNotEmpty', array, ) CheckController.php#51: Webmozart\Assert\Assert::allStringNotEmpty(array) Routing.php#192: PhpMyAdmin\Controllers\Table\Maintenance\CheckController->__invoke( , array, ) ./../../../../../../../../../../Users/xstage/Sites/karma/web/index.php#44: PhpMyAdmin\Routing::callControllerForRoute( , string '/table/maintenance/check', , , )
- 🇮🇳India rahul_ Alirajpur
Same error i am facing with below configration.
PHP 8.2
Drupal 10.2
Drush 8.4.12~/project/docroot (main) $ drush uli Deprecated: Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973 Deprecated: Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973
- 🇨🇭Switzerland berdir Switzerland
Those are from old drush versions and its dependencies, not Drupal core. You need to update drush.
- 🇮🇳India rahul_ Alirajpur
we are already on latest drush
$ drush --version Drush Launcher Version: 0.10.1 Deprecated: Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973 Deprecated: Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973 Drush Commandline Tool 12.4.3.0
- 🇨🇭Switzerland berdir Switzerland
You are using drush-launcher which is no longer supported, that message might be from that, see https://github.com/drush-ops/drush-launcher.
- 🇮🇳India rahul_ Alirajpur
It is fixed after update Drush Launcher version 0.10.2
https://github.com/drush-ops/drush-launcher/issues/102
Thanks
- 🇮🇹Italy senzaesclusiva
Thanks for your all answers
I'm not using the drush-launcerBTW issues seems to be solved with last update of Drush 12.4.3.0 and Composer 2.6.6
Thanks again