最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

blog - Could not load the preview image. Please reload the page and try again - error on image upload

matteradmin9PV0评论

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
Add a comment  | 

1 Answer 1

Reset to default 3

In 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!

Post a comment

comment list (0)

  1. No comments so far