• Resolved Hrisan

    (@hrisan)


    Hi Edgar,

    I am currently testing if I can migrate the site to PHP 7.1 as it seems that is time to do it. Currently running on PHP 5.6. I just ran a compatibility check using the Plugin: PHP Compatibility Checker done by WP.
    I came up with those results: 3 Errors and 1 Warning.

    FILE: /public_html/wp-content/plugins/smart-forms/php_classes/smarty/sysplugins/smarty_internal_templateparser.php
    ———————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————–
    125 | WARNING | INI directive ‘asp_tags’ is removed since PHP 7.0
    ———————————————————————————————————————————–

    FILE: /public_html/wp-content/plugins/smart-forms/php_classes/smarty/sysplugins/smarty_internal_templatecompilerbase.php
    —————————————————————————————————————————————————————————
    FOUND 3 ERRORS AFFECTING 3 LINES
    —————————————————————————————————————————————————————————
    415 | 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.
    487 | 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.
    528 | 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.
    —————————————————————————————————————————————————————————
    Regards,
    Hrisan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    I am not sure why those errors are thrown (i will check though) but i have tested the plugin with 7.1.16 and i generally develop using 7.2.4 with no problems. If you get any problem after migrating through(which i highly doubt because the plugin is already used with php 7 by me and other users) please let me know and i will fix it =).

    Regards!

    Thread Starter Hrisan

    (@hrisan)

    Updated the hosting to PHP 7.1 and it seems to be working OK.
    Regards,
    Hrisan

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Possibe small compatability issue PHP 7.1’ is closed to new replies.