-
Notifications
You must be signed in to change notification settings - Fork 524
Use of mcrypt #1275
Comments
sorry what is the best way to replace mcrypt_create_iv() function? |
Where is currently being used in Bonfire? CI has it as a fallback. |
thanks :) |
yeah i'm having that : Message: Function mcrypt_create_iv() is deprecated |
What version of Bonfire are you using? I enabled the French translation and didn't see that. |
Sorry, couldn't reproduce this error but the only other thing I can think of is do you have openSSL enabled ? |
Also on a side note, what browser are you using? That icon in the top right is really bothering me. |
I'm using google chrome & how can i check if openSSL is enabled? |
phpinfo() ;) I've just checked on chrome and that icon doesn't look like that, you're testing on your local system, right ? |
in php.ini |
I think the project is broken or something now when i'm logged out i can't log in lol. |
Ok so I just downloaded the latest version of Bonfire and the latest version of XAMPP and all looks good without any problems.Double checked php.ini and openSSL is indeed on by default. So I'm not sure what else to suggest other than trying to install bonfire and xampp again. |
Hi, I am having the same issue, you can access it here (https://new.quikdrawers.com/public/). The server has openssl enabled and even has the certificate in place. Any ideas on how to solve this? |
@carcagi I can't see the error on that page. Have you fixed/solved it since? |
@Altroo @kalyan2k it is completability issue with php 7.0 mcrypt_create_iv is DEPRECATEDThis function was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0. you can use random_bytes() as an alternative. follow these steps to resolve error.
|
Thank you @truelineinfotech |
1 similar comment
Thank you @truelineinfotech |
Function mcrypt_create_iv() is deprecated in PHP 7 and will be removed in PHP 7.2
Cheers!
The text was updated successfully, but these errors were encountered: