Home › Forums › Support › Media Library crashed: funtions.php in child theme › Reply To: Media Library crashed: funtions.php in child theme
April 17, 2016 at 11:46 am
#187516
Lead Developer
Lead Developer
Try adding this line into your functions.php file:
define( 'GP_IMAGE_RESIZER', true );
The resizer has been causing some issues in the Media Library lately, so it might be that.
I have a replacement for the current resizer ready 🙂