Thank you all for the help. I followed that link, and still couldn’t get it to turn off. I ended up following the instructions on THIS WEBSITE
If you don’t have the time, or want to take the time, the instructions are –
Find WP-config.php file through FTP site.
Find the line –
define(‘WP_DEBUG’, false);
and replace it with –
ini_set(‘log_errors’,’On’);
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
Im now able to log in to the site. Thank you very much. Lastly, any recommendations for a plugin replacement for WP Post Thumbnail? Maybe the better question first would be – how can I tell if Im even using that plugin? I don’t want to disable it but how do I know if Im actually using it in someway Im unsure of? lol!
thanks again