• Resolved Rhapsody348

    (@rhapsody348)


    The following deprecation warnings should be cleaned up in a future release:

    Deprecated: Function mcrypt_get_iv_size() is deprecated in /...../wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/loader.php on line 938
    
    Deprecated: Function mcrypt_decrypt() is deprecated in /.../wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/loader.php on line 958
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Hi,

    These deprecated (which means “won’t be present in a future PHP version”) functions are used only if they are present in your PHP install. If you upgrade to a more recent PHP version that doesn’t include them, then alternative functions are used instead.

    David

    Thread Starter Rhapsody348

    (@rhapsody348)

    David,

    I had an older app that was using mcrypt but have replaced it.

    A suggestion – if you are going to check for a deprecated function in your code, prefix the check with an @ to prevent the error warning.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecation Warnings 2 Factor Auth Settings’ is closed to new replies.