• Resolved amffltd

    (@amffltd)


    Hi,

    My website host (wpengine) will be migrating you to a PHP 5.6 environment.
    So they noted me that maps builder has some warnings that can create potential issues for my site if not updated prior to March 31st.

    Following warnings I received :

    FILE: /nas/content/live/faceoption/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-functions.php
    ————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————–
    138 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ————————————————————————————————————————–

    FILE: /nas/content/live/faceoption/wp-content/plugins/ninja-forms/deprecated/classes/step-processing.php
    ——————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————–
    72 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ——————————————————————————————————–

    What I have to do with that ?
    I’m affraid to do changes in your plugin code…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have the same question. Looking at upgrading from PHP 5.4 to 5.6 and would like to know whether it’s fully compatible or if the above noted issue would cause errors with the plugin.

    Plugin Author James Laws

    (@jameslaws)

    Ninja Forms is fully compatible on every version of php from 5.2 to 7.x.

    Warnings are not the same as errors. Warnings indicate that there could be an issue, but those are all referencing the old codebase and should not be an issue in 3.x.

    Thanks for your reply James! I went ahead and upgraded to 5.6 and everything appears to be functioning with no issues for the sites on my multisite network.

    Thanks for an awesome plugin!

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

The topic ‘php 5.6 compatibility’ is closed to new replies.