• Resolved kentinada

    (@kentinada)


    I am trying to update my site to PHP 7.1 but your plugin reports an error according to the Siteground site checker. There error is:

    FILE: /home/adahighl/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Parser.php
    ————————————————————————————————–
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ————————————————————————————————–
    93 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6.
    94 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6.
    229 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6.
    ————————————————————————————————–

    Suggestions?

Viewing 1 replies (of 1 total)
  • Plugin Contributor alexgso

    (@alexgso)

    Hi kentinada,

    We’ve looked into the highlighted issues in the past. These errors are coming up due to how the PHP 7 compatibility Checker checks for compatibility. It’s basically missing the context and the context prevents the issue from occurring and flagging it incorrectly as a result.

    > In other words, these warnings are false positive and safe to ignore. You’re able to use PHP 7.1 without issue. In fact, we actively use PHP 7.1 during development so we can assure you – there are no known issues with PHP 7.1.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.1 Errors’ is closed to new replies.