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

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 5 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • After Installing the, cant get done. always the same problem.

    Warning count(): Parameter must be an array or an object that implements Countable in /home/.sites/62/site811/web/wp-content/themes/ecowash/7league/config.php on line 191 Warning: count(): Parameter must be an array or an object that implements Countable in /home/.sites/62/site811/web/wp-content/themes/ecowash/7league/config.php on line 191 Warning: count(): Parameter must be an array or an object that implements Countable in /home/.sites/62/site811/web/wp-content/themes/ecowash/7league/config.php on line 338 Warning: count(): Parameter must be an array or an object that implements Countable in /home/.sites/62/site811/web/wp-content/themes/ecowash/7league/config.php on line 338 Warning: count(): Parameter must be an array or an object that implements Countable in /home/.sites/62/site811/web/wp-content/themes/ecowash/7league/sidebars.php on line 71 Warning: count(): Parameter must be an array or an object that implements Countable in /home/.sites/62/site811/web/wp-content/themes/ecowash/7league/sidebars.php on line 71

    http://www.putzerei-berisha.at

    Hi, thank you for using our theme and for your post. The problem is that your server output all warnings, these warnings are only for developers. If PHP errors and warnings is activated a hacker can provoke such kind of messages and find weak points on your website, and hack it. It’s dangerous to show warnings on a public website! I’m not sure if you have access to PHP settings in your hosting panel, maybe there you can turn off PHP errors and warnings. Otherwise, do you know how to edit files? I can send you a code that you can place in the inxed.php file to remove these messages…

    Yes please send me the code i edit the index.php

    Thank you for the fast help.

    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);

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.