DEPRECATED: 'Function mcrypt_create_iv() is deprecated'

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
greyes
Posts: 1
Joined: 31 Jan 2017, 02:05

DEPRECATED: 'Function mcrypt_create_iv() is deprecated'

Post 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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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
Please use Search before posting and read the Manual
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

Hi tocnaza, how did you solve it?
Please use Search before posting and read the Manual
Post Reply