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

bolaghi created an issue. See original summary.

bolaghi’s picture

Title: erro in update from 11.3.13 to 11.4.0 » error in update from 11.3.13 to 11.4.0
nicxvan’s picture

Status: Active » Postponed (maintainer needs more info)

You may need to update drush: the fix is here. https://github.com/drush-ops/drush/releases/tag/13.7.4

bolaghi’s picture

Thank you for your help.The problem was solved.
whit this command update drush

composer update drush/drush

cilefen’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.