PHP 7.2 errors and warnings
-
Love the plugin!
We’re holding off on activating 7.2 until the error is fixed.
Cheers.FILE: /nas/content/live/hech/wp-content/plugins/facebook-auto-publish/api/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php
——————————————————————————————————————————————————
FOUND 3 ERRORS AFFECTING 1 LINE
——————————————————————————————————————————————————
57 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
57 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
57 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
——————————————————————————————————————————————————FILE: /nas/content/live/hech/wp-content/plugins/facebook-auto-publish/xyz-functions.php
—————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————
1 | WARNING | File has mixed line endings; this may cause incorrect results
—————————————————————————————FILE: /nas/content/live/hech/wp-content/plugins/facebook-auto-publish/admin/ajax-backlink.php
———————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————
1 | WARNING | File has mixed line endings; this may cause incorrect results
———————————————————————————————
- The topic ‘PHP 7.2 errors and warnings’ is closed to new replies.