Skip to content

Instantly share code, notes, and snippets.

@brandontravis
Created February 19, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandontravis/442a90fe591aedb36cb7fb8bb62ea87f to your computer and use it in GitHub Desktop.
Save brandontravis/442a90fe591aedb36cb7fb8bb62ea87f to your computer and use it in GitHub Desktop.
Gforms errors
filename: wp-content/plugins/gravityforms/common.php
5356 | ERROR | The constant MCRYPT_RIJNDAEL_256 is deprecated since PHP 7.1 and removed since PHP 7.2
5357 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
5357 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5357 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2
5360 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
5360 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5360 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2
5360 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead 5360 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5360 | ERROR | The constant MCRYPT_RAND is deprecated since PHP 7.1 and removed since PHP 7.2
5388 | ERROR | The constant MCRYPT_RIJNDAEL_256 is deprecated since PHP 7.1 and removed since PHP 7.2
5389 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
5389 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5389 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2
5392 | ERROR | Function mcrypt_decrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
5392 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5392 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2
5392 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
5392 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5392 | ERROR | The constant MCRYPT_RAND is deprecated since PHP 7.1 and removed since PHP 7.2
Filename: wp-content/plugins/gravityforms/includes/webapi/webapi.php
617 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
698 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
699 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
702 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
704 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
Filename: wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php
427 | ERROR | The constant MCRYPT_RIJNDAEL_128 is deprecated since PHP 7.1 and removed since PHP 7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment