New install Version 7.14.6 Sugar Version 6.5.25 (Build 344) Deprecated: Using unregistered function "count"

When i access an account or change something in an account i get the following message:
Deprecated : Using unregistered function “count” in a template is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier. in C:\xampp\htdocs\suitecrm\vendor\smarty\smarty\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 663

and

Deprecated : Using unregistered function “strpos” in a template is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier. in C:\xampp\htdocs\suitecrm\vendor\smarty\smarty\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 663

php.ini file error_reporting

Setting the following in php.ini would help get rid of these errors*

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING