• Hi,

    I checked your plugin against PHP version 7.0 and got some issue:
    In file collapscatlist.php row 536 you have mysql_get_server_info() for PHP 7.0 this should be mysqli_get_server_info() so perhaps you can add this to next release?

    Per

Viewing 1 replies (of 1 total)
  • Likewise we have this error and need to upgrade our server to PHP 7 rather urgently:

    FILE: /plugins/collapsing-categories/collapscatlist.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------
     535 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0 - use mysqli instead.
    --------------------------------------------------------------------------------------------------------------

    Please advise.

Viewing 1 replies (of 1 total)
  • The topic ‘Compatible with PHP 7.0’ is closed to new replies.