fyi....you can uninstall a module and when you re-install the module it applies the updates from that modules update php file in core -> modules....kind of a workaround.....problem there is still the system module you can't uninstall......
I think it's probably the same problem....I have modified calculateDependencies but I can't find the message about the bad configuration.... I have to run things manually....with an FTP client....would you have an idea where I should look.....I have added the code to the settings file to display messages but can't seem to see it....Thanks..
I've done everything listed and still just hangs.....I uninstalled CKEditor5 and still didn't update.....I've cleared everything multiple times.....when I run a browser debug it says this is the problem:
/home/customer/www/url/public_html/site/core/misc/message.js
Uncaught TypeError: Cannot read properties of null
at this point in the message.js file below:
static defaultWrapper() {
let wrapper = document.querySelector('[data-drupal-messages]');
if (!wrapper) {
wrapper = document.querySelector('[data-drupal-messages-fallback]');
wrapper.removeAttribute('data-drupal-messages-fallback');
wrapper.setAttribute('data-drupal-messages', '');
wrapper.classList.remove('hidden');
}
return wrapper.innerHTML === ''
? Drupal.Message.messageInternalWrapper(wrapper)
: wrapper.firstElementChild;
}
I've done everything listed and still just hangs.....I uninstalled CKEditor5 and still didn't update.....I've cleared everything multiple times.....when I run a browser debug it says this is the problem:
/home/customer/www/url/public_html/site/core/misc/message.js
Uncaught TypeError: Cannot read properties of null
at this point in the message.js file below:
static defaultWrapper() {
let wrapper = document.querySelector('[data-drupal-messages]');
if (!wrapper) {
wrapper = document.querySelector('[data-drupal-messages-fallback]');
wrapper.removeAttribute('data-drupal-messages-fallback');
wrapper.setAttribute('data-drupal-messages', '');
wrapper.classList.remove('hidden');
}
return wrapper.innerHTML === ''
? Drupal.Message.messageInternalWrapper(wrapper)
: wrapper.firstElementChild;
}
I would get you a screenshot but I can't get to it at my home....there are 9 core modules below that update by launching update.php .....there are 21 jobs below that didn't....each module has some jobs listed underneath them below..,..update.php executes the update files inside the modules directory located at core->modules......they aren't being executed....a screenshot won't be much different than the listing below because I copied them from the screen....the word Updating was the only thing I didn't copy....
Example : Updating
system module
-----------------------------
Update description for form modes
Update description for view modes.
Add new default mail transport dsn.
Add new default mail transport dsn.
Remove redundant asset state and config.
Remove redundant asset query string state.
Updates system.theme.global:logo.url config if it's still at the default.
big_pipe module
---------------------------
Clear the render cache.
ckeditor5 module
-------------------------------
Updates Text Editors using CKEditor 5.
Updates Text Editors using CKEditor 5 to native List "start" functionality.
file module
--------------------
Add default filename sanitization configuration.
filter module
---------------------
Sorts filter format filter configuration.
help module
----------------------
Grant all admin roles the 'access help pages' permission.
Install or update config for help topics if the search module installed.
Uninstall the help_topics module if installed.
path_alias module
--------------------------------
Remove the path_alias__status index.
update module
-------------------------
Updates update.settings:fetch.url config if it's still at the default.
views module
-----------------------
Add labels to views which don't have one.
Remove default_argument_skip_url setting.
Remove the skip_cache settings.
Removes User context from views with taxonomy filters.
I'm at home currently....but the system module has the update program it runs inside its ....core -> Modules -> System....the php file it runs has update in the title..
All those jobs above are in that php update program.....for some reason none of the update programs run for each module above .....the big pipe module only has one update and couldn't get it to run manually.....I thought maybe there was a setting turned off or something to get them to run......
I believe it is this one system module and the jobs inside its php file.....I'm not generating any kind of error....just says updating and never does....just sits there....
system module
Update description for form modes.
Update description for view modes.
Add new default mail transport dsn.
Add new default mail transport dsn.
Remove redundant asset state and config.
Remove redundant asset query string state.
Updates system.theme.global:logo.url config if it's still at the default.
Does anyone know why the update.php would just stop at the System module update and not proceed....it starts with 24 updates and when it gets to 21 it just doesn't go any farther.....I don't see any error messages listed to give me a clue....??
I can see the php files that need to be executed but not sure how to run them manually....
Kent8 → created an issue.
I updated the site to 10.2.1 thinking maybe they fixed whatever problem....but the 21 updates to the core
modules still is hanging....Some modules have database schema updates to install.....??
Thanks for looking into this.....I tried the fix above and no joy.....still not continuing on.....
My Database update for Drupal 10.2.0 is not completing it starts with 24 updates goes to 21 and stops at the location below....would anyone know how I can tell what is happening.....I just use FTP with a manual update to do it....the site currently works normally but is still giving the error that the database needs updated....
system module
Update description for form modes.
Update description for view modes.
Add new default mail transport dsn.
Add new default mail transport dsn.
Remove redundant asset state and config.
Remove redundant asset query string state.
Updates system.theme.global:logo.url config if it's still at the default.
Kent8 → created an issue.
Yes I have been trying that....not sure what happened....I've updated modules and never had any issues....
This worked within the patch for me...
$files = scandir('modules/ckeditor/vendor/lang');
Kent8 → created an issue.