• Resolved Robinsansom

    (@robinsansom)


    Very helpful plugin but I used ‘WP Engine PHP Compatibility Checker’ which flagged up the following:

    FILE: /home/pathligh/public_html/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Overview/Controller.php
    ———————————————————————————————————————————-
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————————————————-
    91 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    93 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    93 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ———————————————————————————————————————————-

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hi!
    Thank you for contacting us regarding this problem.
    We will fix it and will release the fixes in new version of Data Tables plugin. I will inform you about the updates.

    Just a note for anyone considering a PHP upgrade– I’m running PHP 7.1 and the plugin functions fine for , and it is not throwing off any errors. The code problem seems to relate to a minor issue on the dashboard, but doesn’t appear to impact anything on the front end.

    I think the error impacts display of server information on the “Overview” screen in the admin area. I see this line:
    MySQL version:Undefined

    So I am guessing that is the only issue, caused by the use of the deprecated mysql_get_server_info

    • This reply was modified 7 years, 9 months ago by Abigailm.
    Plugin Author supsystic

    (@supsysticcom)

    Hello!
    We have released new version of Data Table plugin with fixes for you. Please update plugin and check it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP 7 compatibility’ is closed to new replies.