Page 1 of 1

DEPRECATED: 'Function mcrypt_create_iv() is deprecated'

Posted: 31 Jan 2017, 23:48
by greyes
Hi everybody,

After new install mantis 2.0.0 in windows 10, php7, mysql 5.7 and apache 2, when login a warning DEPRECATED: 'Function mcrypt_create_iv() is deprecated' in 'C:\servidores\Apache24\htdocs\mantisbt\core\crypto_api.php' line 84 and appears on every page.

Any idea how to fix it ?

regards
greyes.

Re: DEPRECATED: 'Function mcrypt_create_iv() is deprecated'

Posted: 01 Feb 2017, 08:12
by atrol
I assume you are using PHP 7.1.
Enabling the OpenSSL extension should fix the issue.
http://php.net/manual/en/book.openssl.php

Re: DEPRECATED: 'Function mcrypt_create_iv() is deprecated'

Posted: 12 Nov 2018, 15:29
by atrol
Hi tocnaza, how did you solve it?