Macrura Posted July 25, 2018 Share Posted July 25, 2018 How do I get rid of this message? Just started showing up after migrating a site to a new server running PHP 7.2; 7.1.19 I'm also getting mcrypt errors, PHP Deprecated: Function mcrypt_create_iv() is deprecated and i had to modify some part of the images field to prevent some error; is there a php 7.1 compat version of 2.7.3 with the 2 issues fixed (?) TIA Link to comment Share on other sites More sharing options...
netcarver Posted July 25, 2018 Share Posted July 25, 2018 @Macrura mcrypt is no longer part of PHP as of version 7.2. You can still install it via Pear. Do you have a file + line number for the deprecated warning? Update: There is a possible polyfill here - I've not used it myself. 1 Link to comment Share on other sites More sharing options...
Macrura Posted July 25, 2018 Author Share Posted July 25, 2018 wire/core/Password.php:169 it doesn't seem to effect anything, but the error is there; maybe i try downgrading PHP on this one... Link to comment Share on other sites More sharing options...
netcarver Posted July 25, 2018 Share Posted July 25, 2018 PHP7.1 still has mcrypt. 1 Link to comment Share on other sites More sharing options...
Macrura Posted July 25, 2018 Author Share Posted July 25, 2018 oops, this server is running 7.1.19, so this is a warning... I got rid of the warning, had to downgrade to an earlier version of 2.7.3 (dev) and then hotfix the files field to get the images working again... 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now