Reputation: 1
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
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.
Good luck!
Upvotes: 3