Thank you for referring me to that particular forum post. The others I found all mentioned replacing the memory limit line … but my wp-config filed didn’t have the memory line to begin with.
The forum post you referred me to suggested ADDING the line — which I could do! 🙂
Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’32M’);
And it worked. Although, I chose to increase my memory to more than 32M based on other suggested posts.
~Thank you~