PHP 7 Compatibility
-
Hi, I am a happy user of your wonderful pluging. But it seems not to be ready for PHP 7. The plugin “PHP Compatibility Checker” from wpengine throws 1 warning and 2 errors.
Are you planning to work on this, or what would you recommend me to avoid compatibility issues with PHP 7?
FILE: /var/www/html/balance/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Overview/Controller.php
—————————————————————————————————————————–
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
—————————————————————————————————————————–
106 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
114 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
118 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
—————————————————————————————————————————–
- The topic ‘PHP 7 Compatibility’ is closed to new replies.