Yo are NOT alone as we have the same problem and waiting for a proper solution.
https://www.dropbox.com/s/7cw2vk8tj2nkcpp/Screenshot%202019-06-03%2017.37.13.png?dl=0
that you don’t need to suggest and the problem is probably related to the one others have here too with uploading as the Gallery simply stops working
to decrease the images to be uploaded doesn’t bring anything as it was already set to 10 in the last update.
Do you get the nice browser ICON in a grey screen saying that your domain is not loading – if that is the case then check your HEADERS – you might have mixed headers here defined – SAMEORIGIN and DENY – that can happen when you updated – do a grep check if you have those defined in apache2 config.php security.ini and mods-available headers.load and set both to sameorigin.
That helped here in some sites to get at least the ADD IMAGES showing again the xframe with the external upload script which is capable to manage all images – uploads etc externally but not from within WP since the last update.
BUT even that worked no images could be inserted since as the INSERT FROM MEDIA Gallery is still not working. So we still wait for a complete solution too.
But Your Problem is I guess more related to the fact that you serve the images via HTTP instead of HTTPS which is a MUST in your case – check the console. Install a plugin to get SSL up and running and do a search and replace for all left over https://yourdomain and change them to https://yourdomain
Mixed Content: The page at ‘https://uofascuba.com/wp/dive-trips/previous-trips/’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘https://main.uofascuba.com/?ga_action=googleanalytics_get_script’. This request has been blocked; the content must be served over HTTPS.
-
This reply was modified 5 years, 5 months ago by toremo.
-
This reply was modified 5 years, 5 months ago by toremo.