hi,
drupal 11.3.13
php 8.3.6
after run this
composer update "drupal/core-*" --with-all-dependencies
and after show this question
Do you trust "symfony/runtime" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?]
I got this error for all three options y,n,d
Could not delete /home/........../public_html/web/sites/default/default.services.yml:
i solved this error whit this commmand
chmod u+w web/sites/default
but after run drush updb and choose y, i got this error
In ProcessBase.php line 171:
Unable to decode output into JSON: Syntax error
TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function "Drupal\locale\LocaleConfigBatch:batchUpdateDefaultConfigLangcodes" not found
or invalid function name in _drush_batch_worker() (line 257 of /home/........./public_html/vendor/drush/drush/includes/batch.inc).
Comments
Comment #2
bolaghi commentedComment #3
nicxvan commentedYou may need to update drush: the fix is here. https://github.com/drush-ops/drush/releases/tag/13.7.4
Comment #4
bolaghi commentedThank you for your help.The problem was solved.
whit this command update drush
composer update drush/drush
Comment #5
cilefen commented