I am having an issue in WordPress admin, where the images are not cropping in WP \"edit image\" for a site I am creating and I do not know what the cause is.
I\'ve r
I faced the same problem and got it solved. This may be a very late response, but can be useful for other people facing this problem. This is how I resolved it:
Check your functions.php file. See, if you have the closing tag at the every end of the file.
?>
removing this tag fixed my problem. Also can check out this link. Hope this helps!