Adminimize causes async-upload.php to fail for image upload
-
In the most recent version of WP 4.6 and 4.6.1 Adminimize is cluttering the async-upload.php json response with actual script tags. This is keeping the async-uploader in Wp from completing it’s upload.
Technically you shouldn’t be putting any console messages out in production code – so this one really needs to get fixed.
Steps to reproduce.
1. Fire up Adminimize and hide some things.
2. Have someone uplaod an image to a post/attach the upload will go to the server but the thumbnail creation process never completes breaking the image process.
3. Look inside the json response for the upload (async-upload.php) and you will see all kinds of Adminimize code that should NOT be a part of the json response of an image upload.Disabling the plugin resolves the issue but this is basic functionality that’s needed (uploading an image) – the plugin shouldn’t break that.
The topic ‘Adminimize causes async-upload.php to fail for image upload’ is closed to new replies.