Hello,
I’ve just run our PHP 7.1 compatibility checker (thanks, SiteGround!), and it’s giving me an issue re SiteOrigin Widgets as follows:
FILE: /home/imimedia/public_html/globalpound/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.
————————————————————————————————————–
I’m assuming I can ignore these particular warnings and go ahead, but wanted to pass it on.
Thanks!
Hi Laura,
Correct. We’ve looked into the highlighted issues in the past. These errors are coming up due to how the PHP 7 Compatability 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.