• Hello,
    I need help, since i’v updated Elementor I have a message Warning: count(): Parameter must be an array or an object that implements Countable in /home/customer/www/lateliervertical.fr/public_html/wp-includes/formatting.php on line 3425

    I’v tried to restaure my backup save but the issue isn’t fixed.

    Does someone else know how to fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • As this question is about Elementor, I would suggest heading over to their support forum and ask there

    https://www.ads-software.com/support/plugin/elementor/

    However I would add a production site should be set to not display warnings and notices.

    Notices and Warnings are to help developers clean up code issues e.g. the Notice might be that a function is deprecated in a future release. Or a Warning may be that a variable has not been set before being used.

    In general – on a production site – you should have Notices and Warning set not to display.

    This is easy to do, you can edit your wp-config.php file and set

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Or if that is too technical – just raise a support ticket to your host to ask them to suppress PHP Notices and Warnings.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: count(): Parameter must be an array or an object that implement’ is closed to new replies.