TablePress Compatibility with PHP 7.2?
-
My Managed WordPress host is automatically going to upgrade me to PHP 7.2 because legacy versions of that framework will not be supported in 2019.. I ran the PHP Compatibility WP Plugin and TablePress came back with 2 errors and 2 warnings. If this plugin is not compatibable, we will likely switch to another Table plugin or build it with HTML/CSS. We currently love TablePress and want to know from the developer if there are plans to make it PHP 7.2 compatible.
Below are the errors:
FILE: /nas/content/live/cscs/wp-content/plugins/tablepress/views/view-about.php
————————————————————————————————————
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————————
186 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
187 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
————————————————————————————————————FILE: /nas/content/live/cscs/wp-content/plugins/tablepress/libraries/excel-reader.class.php
————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
————————————————————————————————————————————————————-
222 | WARNING | Method name “OLERead::__readData” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
240 | WARNING | Method name “OLERead::__readPropertySets” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
————————————————————————————————————————————————————-
- The topic ‘TablePress Compatibility with PHP 7.2?’ is closed to new replies.