Admin Columns Pro compatible with PHP 7.1?
I have recently switched to web hosting service provider SiteGround.
I need to upgrade from PHP version 7.0.30 to at least PHP version 7.1 to properly run their caching plugin – SG Optimizer.
However their plugin compatibility checker is reporting Admin Columns Pro version 4.3.5 is not compatible with PHP 7.1
Specifically;
FILE: /home/utilarea/public_html/wordpress/wp-content/plugins/admin-columns-pro/classes/Editing/classes/Model/CustomField/Numeric.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | 'numeric' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_CLASS)
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /home/utilarea/public_html/wordpress/wp-content/plugins/admin-columns-pro/classes/Sorting/classes/Model/CustomField/Numeric.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
8 | ERROR | 'numeric' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_CLASS)
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /home/utilarea/public_html/wordpress/wp-content/plugins/admin-columns-pro/classes/Filtering/classes/Model/CustomField/Numeric.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | 'numeric' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_CLASS)
--------------------------------------------------------------------------------------------------------------------------------------------------------------
You must be logged in to reply to this topic.