Site crashes on php 7.2
-
Hi folks.
My provider switched to php Version 7.2 and my site went totally down.
Switching back to 7.0 brought it back on.
I installed “PHP Compatibility Checker” and it gave me a red warning on ip geo block (see below).Question: Do I have to uninstall it?
Are there any updates coming?
I’m not a programmer, just user ??greetings from Germany,
Marcus—-
FILE: /is/*mysite*/plugins/ip-geo-block/includes/random_compat/byte_safe_strings.php
—————————————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————————–
33 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
87 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
—————————————————————————————————————————–FILE: /is/*mysite*/plugins/ip-geo-block/includes/random_compat/random_bytes_mcrypt.php
——————————————————————————————————————————————————
FOUND 3 ERRORS AFFECTING 1 LINE
——————————————————————————————————————————————————
60 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
60 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
60 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
————————–The page I need help with: [log in to see the link]
- The topic ‘Site crashes on php 7.2’ is closed to new replies.