Cannot update plugins since updating to 5.7
-
I just upgraded a client’s website to WP 5.7, and since doing so, I can no longer successfully perform plugin updates on the /wp-admin/plugins.php screen. Every time I do, either by clicking the Update link on the plugin, or selecting one more plugins to update and using the Update action, it hits a JS error in
updates.min.js
:updates.min.js:1 Uncaught TypeError: Cannot read property 'pluginUpdatingLabel' of undefined at Object.p.updates.updatePlugin (updates.min.js:1) at HTMLAnchorElement.<anonymous> (updates.min.js:1) at HTMLFormElement.dispatch (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7:2) at HTMLFormElement.v.handle (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7:2)
For some reason,
p.updates.l10n
is undefined, so it crashes.I don’t know what
p.updates.l10n
represents other than localized strings, but no idea where it comes from since the code is obfuscated. The spinner does start spinning, suggesting something might be happening, but then nothing ever does, presumably due to this error.Any hot tips? Thanks in advance.
- The topic ‘Cannot update plugins since updating to 5.7’ is closed to new replies.