• Resolved Rita

    (@ritahoock)


    Please fix for compatibility with PHP7:
    google-analytics-for-wordpress/admin/pages/dashboard.php
    ——————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————–
    243 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.

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

    Plugin Author chriscct7

    (@chriscct7)

    This has been answered before on the support forums, but MonsterInsights is 100% compatible with PHP7. We develop using it and we have tens of thousands of active PHP 7 sites using it. The error in question is a bug in the PHP7 compatibility tracker, that’s already been reported to the authors of it. Using ini_get to see if safe mode is on is perfectly PHP 7 compliant (we don’t actually use the value of safe_mode, which is what that check is supposed to be checking for). We do this on the system info tab. Further, this check has been removed next release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP7’ is closed to new replies.