Thanks for the response.
Here was the issue:
[:error] [pid 32212] [client 24.123.104.230:31768] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 36864 bytes) in /nas/content/live/consideradopt/wp-content/plugins/feature-a-page-widget/inc/fpw_widget.class.php on line 55, referer: http://consideringadoption.com/wp-admin/
Here was the solution:
wp-config.php
define(‘WP_MEMORY_LIMIT’,’512M’); define(‘WP_MAX_MEMORY_LIMIT’,’512M’);
It seems to be working fine now.