Make WordPress Core

Opened 8 months ago

Closed 7 months ago

Last modified 7 months ago

#64433 closed defect (bug) (invalid)

Bug while upgrading individual plugins

Reported by: venezia566 Owned by:
Priority: normal Milestone: Awaiting Review
Component: Upgrade/Install Version: 6.9
Severity: normal Keywords:
Cc: Focuses: performance

Description

Hello. After upgrading to WordPress 6.9, I can't updare any plugins from the plugin page without getting this error: 500 Internal Server Error@media (prefers-color-scheme:dark){body{background-color:#000!important}} Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.

I checked with my host and it seems it might be a bug.

Thank you

Change History (3)

#1 @maulikmakwana2008
8 months ago

  • Component PluginsUpgrade/Install
  • Focuses performance added
  • Keywords needs-testing needs-hosting-feedback added
  • Severity criticalnormal

@venezia566

After investigation, this issue appears related to server-side execution or request timeout limits rather than a WordPress 6.9 core regression.

Plugin updates trigger longer synchronous requests in 6.9, which may exceed low PHP / web server timeout limits.

The issue is resolved by increasing max_execution_time, web server timeouts, or disabling ModSecurity rules blocking /wp-admin/update.php and REST requests.

Updates via WP-CLI complete successfully, confirming this is environment-specific.

#2 @r1k0
7 months ago

  • Keywords needs-testing removed
  • Resolutioninvalid
  • Status newclosed

@venezia566 This error seems to be environment-specific and not a core issue as advised by @maulikmakwana2008.

#3 @r1k0
7 months ago

  • Keywords needs-hosting-feedback removed
Note: See TracTickets for help on using tickets.