There has been an error cropping your image

  • In some cases, the ImageMagick extension might not be installed or might be unreliable (old versions of ImageMagick can be buggy). If its okay then check the rest of points.

  • It’s the GD Library not installed.If its installed you forget to restart server.

    sudo apt-get install php7.0-gd

Use this to stop Apache for it to make changes.

 sudo apachectl stop

Start Apache now and everything is fixed

.
sudo apachectl start