Home Forums Theme support Ecowash must be an array or an object that implements Countable Reply To: Ecowash must be an array or an object that implements Countable

Ok, please add this in the index.php file in the root of your website (the same directory where you can find the wp-config.php file), right after the first line (< ?php):

ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
error_reporting(0);