• Resolved lenabr

    (@lenabr)


    I checked my site with the plugin PHP Compatibility Checker before updating to PHP 7.3 and it shows me this error message for weforms-plugin:

    FOUND 4 ERRORS AFFECTING 3 LINES
    ——————————————————————————————————————————————————-
    229 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
    230 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
    232 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
    232 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead

    Is this something that could damage my site when updating PHP?

Viewing 1 replies (of 1 total)
  • Plugin Support Elana Davis

    (@elanasparkle)

    Hello @lenabr

    Thank you for reaching out to support these look like encryption methods for the PHP versions that you have set up for, specifically on the server. This might be something you need to follow up with you’re hosting provider but are there specific errors you see on the forms? I would always recommend setting up a testing subdomain and then changing the PHP version of the subdomain and making sure the code you have worked with the version before changing. However, PHP version changes are easy to change and revert if you see issues.

    Thanks
    Elana D.

Viewing 1 replies (of 1 total)
  • The topic ‘Compability with PHP 7.2’ is closed to new replies.