i am getting this error "Could not load the preview image. Please reload the page and try again" whenever i upload any image on my Blog Site blog.knorish. I can see the thumbnail and image is loaded in Image folder and database with multiple sizes but on viewing it shows error, Divi Extra theme is being used to create this blog site. I am sending you the screen shot of the error page.
i am getting this error "Could not load the preview image. Please reload the page and try again" whenever i upload any image on my Blog Site blog.knorish. I can see the thumbnail and image is loaded in Image folder and database with multiple sizes but on viewing it shows error, Divi Extra theme is being used to create this blog site. I am sending you the screen shot of the error page.
Share Improve this question asked Aug 7, 2017 at 5:06 Ritesh RohanRitesh Rohan 211 silver badge3 bronze badges 2- On the page you are having the error, use the Inspect the element on your browser and then click on console and then post here what is the error is showing on the browser console – Nuno Sarmento Commented Aug 7, 2017 at 9:52
- I had the same problem... In one of my php files I had opening my opening php tags on LINE 2 and not LINE 1. Looked right over it so many times.. good luck – jaycee2086 Commented Oct 26, 2018 at 15:30
1 Answer
Reset to default 3In my particular case functions.php of my theme was involved.
Just remove empty space after end of "<?php /*code or comment*/ ?> "
There should be NO empty space between "<?php ?>"
tags.
You can find more info: https://wordpress/support/topic/basic-image-editor-not-working/
Good luck!