Questions tagged [updating]
Use it for questions about updating Drupal core and contributed modules.
715 questions
0 votes
1 answer
110 views
Various "plugin"-related errors on 3 different sites after upgrading from 10.3.10 => 10.4.0 [closed]
On three separate sites which all have very different sets of modules and different configurations, I've updated from 10.3.10 => 10.4.0 and after running the database updates all the sites have ...
0 votes
0 answers
185 views
Updating to 10.2.6 fails "autoconfigure" on core
https://stackoverflow.com/questions/78548043/drupal-updating-to-10-2-6-fails-autoconfigure-on-core Link to stackoverflow i opened. I still have the issue, while trying to upgrade to 10.2 or 10.3 . I ...
-3 votes
1 answer
391 views
drush updatedb fails to complete: Bootstrap fails at phase 5, can't find Drush config file
Trying to use drush updatedb after running core updates. Updatedb fails. Code snippet below. EDIT: Project: Website built by 3rd party firm and handed over to my department after the contract to ...
0 votes
1 answer
285 views
Undefined index: php in system_requirements()
Whenever updating modules on an existing Drupal 7 site, I got lots of these error messages Undefined index: php in system_requirements() (line 471 of xxxx/modules/system/system.install) The code at ...
1 vote
0 answers
383 views
"You have requested a non-existent service 'callable_resolver'"
When I update from Drupal 10.1.7 to Drupal 10.2, the website doesn't work anymore and shows the following error message. The website encountered an unexpected error. Try again later. Symfony\...
0 votes
1 answer
337 views
Subtheme update
An update has become available for a given theme (Bootstrap Barrio). I had configured the previous release into a subtheme. How can I update the subtheme, or at least make a new subtheme of the ...
1 vote
1 answer
723 views
I can't upload images
I can't upload images with CkEditor 5 in my Drupal 10.1.6 website (which runs on PHP 8.2); all the other features work fine. In my recent upgrade of Drupal, I switched directly from Drupal 9.4 to ...
0 votes
0 answers
99 views
How can I securely make a minor update?
Once in about a month I make a minor update using the following commands. cd website_directory chmod u+w web/sites/default composer update vendor/bin/drush updatedb vendor/bin/drush cache:rebuild ...
0 votes
1 answer
655 views
Issues updating from 9.4.3 with composer
I have a project that wasn't updated since a few months and I am stuck on 9.4.3 with composer refusing to update. Here is my composer.json { "name": "drupal-composer/drupal-project&...
1 vote
1 answer
377 views
States on input type button broken since core update
I've updated my Drupal project from 9.5.3 to 9.5.7, but the submission button's #states property stopped working. $form['actions']['submit'] = [ '#type' => 'submit', '#value' => 'Accéder au ...
0 votes
1 answer
361 views
Modules are not updating to the latest version
I have some websites in the drupal. I need to update the security modules in the old version to the latest version. The list of security modules I tried to attempt is as below 1)colorbox (current - v2....
0 votes
1 answer
52 views
Why fails the comparsion between two identical version numbers in this script?
I try to compare in a Script two different version numbers of Drupal via drush status. The result should be printed out in a if-else. I made a minimal example: # put paths in vars WEBSITE_ROOT_LIVE=/...
1 vote
0 answers
281 views
RewriteBase and Administer software updates permission not working
User 1 is unable to run /update.php, with the error: In order to run update.php you need to either have "Administer software updates" permission or have set $settings['update_free_access'] ...
0 votes
1 answer
816 views
Database update doesn't work after update from 9.2 to 9.3
I have unfortunately not found anything that seems to solve my issue. My Google-fu may be defunct. I have upgraded a Drupal site from 9.2 to 9.3. This works as expected with composer (I use drupal/...
0 votes
0 answers
159 views
Issues updating opigno_lms from 2.16.0 -> 2.29.0 -> 3.x using composer
Having an issue with updating an old Opigno server from 2.16 to 3.0 via 2.29. For those unfamiliar, it's a distribution of Drupal that has some extra features for lessons, courses, etc. When ...