Woo Templates

Hi,

I am struggling here to update my templates, can someone please help me here.

I keep getting the following error:

Warning: count(): Parameter must be an array or an object that implements Countable in /home/kerri831/public_html/buypureessentials.com/wp-includes/post-template.php on line 284

Kerri

Thank you!

Hello Kerri,

Thanks for writing in!

You are seeing PHP Warning. You can get rid of this by disabling the debug mode. You can do this by opening wp-config.php and adding


define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing the warnings. And by the way, please make sure that your server has meet the requirements to run the latest version of WordPress. You can check it here: https://wordpress.org/about/requirements/

Hope this helps. Kindly let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.