Archive process errors/warnings

Hi,

after some upgrade to the server Piwik is running on we started getting an email from the cron job running the archive

It is filled with indications that seem to be warnings but:

  1. Are really alot
  2. Just fill the email for nothing

PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/mcrypt.ini

Is there a way to avoid this? Is this really a warning?

Thanks,
Arie

It seems you have updated your version of PHP.

If you read http://php.net/manual/en/migration53.deprecated.php you can learn that

You need to update your ini files.

Thanks i made the change and the warning is gone.