Thank you.
doing this:
Open/Edit the (wp-settings.php) file and look for the below settings and change accordingly to increase the memory limit to your desired values. It works magic for me, and i hope it does for you too.
FROM
========
if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ’32M’);
TO
=====
if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ’80M’);
Fixed my issue. Any idea what might have caused this issue? Like I said it has been up and working flawlessly for a few yrs.