• Resolved biologix

    (@biologix)


    I am trying to check PHP7 compatibility to see if i can safely update PHP 7 on my WP Engine Hosting. I see following message, are they safely ignored? or need to be fixed?.

    FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-includes/product.class.php
    ——————————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————————
    330 | WARNING | Method name “WPSC_Product::__empty” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————————————————————————————————————————————————

    FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-includes/ajax.functions.php
    —————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————–
    173 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    —————————————————————————————————–

    FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-admin/includes/product-variation-list-table.class.php
    —————————————————————————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————————————————————————————————
    561 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
    —————————————————————————————————————————————————————————

    FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-admin/includes/updating-functions.php
    —————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————————————
    861 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    —————————————————————————————————————

    FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-shipping/ups_20.php
    —————————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————
    33 | WARNING | Method name “ash_ups::__autoload” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    —————————————————————————————————————————————————

    • This topic was modified 7 years, 6 months ago by biologix. Reason: typo

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter biologix

    (@biologix)

    Plugin Author or anyone who is running PHP 7,

    Please comment on PHP 7 compatibility.

    Biologix

    villyskov

    (@villyskovgmailcom)

    We tried Debian 9, Ngnix and PHP7.0 but gave up. There was to many issues.

    Now we run Debian 8, Ngnix 1.6.2 and PHP. 5.6.30.
    This is perfect.

    Make sure you run the latest plugin version. These issues have been addressed already in the latest versions.

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