Cor
Cor

Reputation: 1

Wordpress - Could not load the preview image. Please reload the page and try again

When I try to rotate a picture in the Wordpress media library, I get this error message:

Could not load the preview image. Please reload the page and try again.

What could be the problems that I get this message?

I have read some other Q&A about this problem and a solution is to remove empty space after end of "<?php /*code or comment*/ ?>" or debug but this is not working for me.

Upvotes: 0

Views: 2240

Answers (2)

shaedrich
shaedrich

Reputation: 5735

Just omit the closing tag as recommended in the manual.

Upvotes: 0

Ravi Patel
Ravi Patel

Reputation: 5211

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:

Good luck!

Upvotes: 3

Related Questions