PHP 7.0 errors

This topic contains 2 replies, has 3 voices, and was last updated by  Stiofan O’Connor 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #473435

    Richard Parry
    Expired Member
    Post count: 121

    I have found some PHP7.0 errors using a compatibility checker:

    FILE: /dom27031/wp-content/plugins/geodirectory/includes/admin/views/html-admin-page-status-report.php
    ————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————
    160 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ————————————————————————————————————

    FILE: /dom27031/wp-content/plugins/geodirectory/includes/api/class-geodir-rest-reviews-controller.php
    ————————————————————————————————————
    FOUND 2 ERRORS AFFECTING 2 LINES
    ————————————————————————————————————
    772 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    773 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ————————————————————————————————————

    FILE: /dom27031/wp-content/plugins/geodirectory/includes/api/class-geodir-rest-posts-controller.php
    ————————————————————————————————————
    FOUND 2 ERRORS AFFECTING 2 LINES
    ————————————————————————————————————
    874 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    883 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ————————————————————————————————————

    #473506

    Kor
    Moderator
    Post count: 16516

    Hi Richard,

    Thanks for reporting. Will forward this to the developers.

    #473603

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    These are all fine, most are WP functions that also start with mysql_ which seem to be flagging this…

    Thanks,

    Stiofan

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket