• Resolved artisanseo

    (@artisanseo)


    Hi,

    PHP Compatibility Checker Plugin is giving me errors in terms of php7 compatibilitiy – but ManageWP says it’s fully compatible?

    Need to know before updating all our sites to php7.

    Thanks

    FILE: /nas/content/live/WEBSITENAME/wp-content/plugins/worker/functions.php
    ————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————–
    402 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ————————————————————————————————–

    FILE: /nas/content/live/amindforallsea/wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlStatement.php
    ———————————————————————————————————————-
    FOUND 2 ERRORS AFFECTING 2 LINES
    ———————————————————————————————————————-
    29 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    56 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ———————————————————————————————————————-

    FILE: /nas/content/live/amindforallsea/wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlConnection.php
    ———————————————————————————————————————–
    FOUND 11 ERRORS AFFECTING 9 LINES
    ———————————————————————————————————————–
    33 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    39 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    43 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    43 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    47 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    56 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    58 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    62 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    62 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    75 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ———————————————————————————————————————–

    FILE: /nas/content/live/amindforallsea/wp-content/plugins/worker/src/MWP/Backup/MysqlDump/DumpFactory.php
    ———————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————
    56 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ———————————————————————————————————

    FILE: /nas/content/live/amindforallsea/wp-content/plugins/worker/src/MMB/Backup.php
    —————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————————————
    4277 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    —————————————————————————————————————

    FILE: /nas/content/live/amindforallsea/wp-content/plugins/worker/src/S3/Client.php
    ———————————————————————————————————————————————————————————
    FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES
    ———————————————————————————————————————————————————————————
    395 | WARNING | Method name “S3_Client::__triggerError” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1660 | WARNING | Method name “S3_Client::__getCloudFrontInvalidationBatchXML” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1743 | WARNING | Method name “S3_Client::__getCloudFrontDistributionConfigXML” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1785 | WARNING | Method name “S3_Client::__parseCloudFrontDistributionConfig” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1844 | WARNING | Method name “S3_Client::__getCloudFrontResponse” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1878 | WARNING | Method name “S3_Client::__getMIMEType” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1925 | WARNING | Method name “S3_Client::__getTime” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1955 | WARNING | Method name “S3_Client::__getSignature” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    1971 | WARNING | Method name “S3_Client::__getHash” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————————

    FILE: /nas/content/live/amindforallsea/wp-content/plugins/worker/src/S3/Request.php
    ———————————————————————————————————————————————————————
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ———————————————————————————————————————————————————————
    423 | WARNING | Method name “S3_Request::__sortMetaHeadersCmp” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    447 | WARNING | Method name “S3_Request::__responseWriteCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    465 | WARNING | Method name “S3_Request::__dnsBucketName” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    494 | WARNING | Method name “S3_Request::__responseHeaderCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter artisanseo

    (@artisanseo)

    Additional Info:
    ManageWP – Worker – Warnings: 15 Errors: 14

    Hi,

    Everything is fine, don’t worry ??

    The check you ran goes through ALL of the ManageWP code, without being able to know its context. ManageWP is fully compatible with PHP7, but we also maintain backward compatibility: if you run ManageWP on an older PHP version, the fallback will kick in to ensure everything works smoothly.

    This check picked up on the fallback code, so it’s not something that should concern you.

    Of course, if you do encounter a problem of any sorts, just open a support ticket from your ManageWP dashboard and we’ll swoop in to the rescue ??

    Nemanja

    martin1

    (@martin1)

    I was just wondering about this. Good to know that it works with PHP 7.

    Hi Nemanja Aleksic (@kouteki),
    It would be helpful to include some information on the “Details” page for this plugin, about which versions of PHP this is compatible with?

    This will also be handy when PHP 7.1 comes along.

    Thanks

    Makes sense, I’ll get it in there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ManageWP Worker and PHP 7’ is closed to new replies.