Thank you I appreciate it, I was on the same trail – the following worked and hid the errors on PHP 7.2
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);
@kartiks16 – tried that, unfortunately the errors still show in PHP 7.2
Thanks, I really appreciate the replies.
I’ll try the fix to hide the warning whilst I look into what to do that would be more permanent.
I totally agree on the hosting situations, really feel like I’ve been let down especially as been with them for a long time.