[wp-trac] [WordPress Trac] #58828: Whenever bulk updates are done in wp-admin/update-core.php, no feedback is given, until all updates are done
WordPress Trac
noreply at wordpress.org
Tue Jul 18 05:46:51 UTC 2023
#58828: Whenever bulk updates are done in wp-admin/update-core.php, no feedback is
given, until all updates are done
-------------------------------------------+-----------------------------
Reporter: bedas | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 6.2.2
Severity: normal | Keywords:
Focuses: accessibility, administration |
-------------------------------------------+-----------------------------
This bug exists since I know WP, and it still persists on the latest
version.
1. Go to wp-admin/update-core.php
2. Check all boxes for pending updates
3. Click update
- The page reloads.
- Nothing happens. The page just stays grey (admin bar etc are there, but
the page itself is empty)
- After a while, which can be a very long while if a lot of updates are
pending, the screen gets populated (without page reload) with log like
{{{#!php
The update process is starting. This process may take a while on some
hosts, so please be patient.
Enabling Maintenance modeā¦
Updating Plugin {Plugin name} (1/12)
{Plugin name} updated successfully. Show details.
Updating Plugin {Plugin name}
[etc]
All updates have been completed.
Go to Plugins page | Go to WordPress Updates page
}}}
This log clearly should happen _while_ it is updating, and not once it is
done.
There is no spinner, no feedback, nothing that tells the user "something
is working"
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58828>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list