Title: Php 7.0 Errors in site origin bundle plugin
Last modified: November 9, 2017

---

# Php 7.0 Errors in site origin bundle plugin

 *  Resolved [gpprasad](https://wordpress.org/support/users/gpprasad/)
 * (@gpprasad)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-7-0-errors-in-site-origin-bundle-plugin/)
 * FILE: /home1/bestmobiles/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 ——————————————————————————————————
 * FILE: /home1/bestmobiles/public_html/wp-content/plugins/so-widgets-bundle/base/
   inc/lib/Less/SourceMap/Base64VLQ.php
    ——————————————————————————————————————-
   FOUND 3 ERRORS AFFECTING 1 LINE ——————————————————————————————————————- 156 |
   ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP
   7.0 156 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError
   in PHP 7.0 156 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError
   in PHP 7.0 ——————————————————————————————————————-

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

 *  Plugin Contributor [alexgso](https://wordpress.org/support/users/alexgso/)
 * (@alexgso)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-7-0-errors-in-site-origin-bundle-plugin/#post-9665976)
 * Hi [@gpprasad](https://wordpress.org/support/users/gpprasad/),
 * 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.
 * In other words, these “issues” are false positive and safe to ignore. You’re 
   able to use either PHP 7 or PHP 7.1 without issue. We actively use PHP 7 during
   development so we can assure you – there are no issues with PHP 7.
 *  Thread Starter [gpprasad](https://wordpress.org/support/users/gpprasad/)
 * (@gpprasad)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-7-0-errors-in-site-origin-bundle-plugin/#post-9666125)
 * Thank you very much for quick reply.

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

The topic ‘Php 7.0 Errors in site origin bundle plugin’ is closed to new replies.

 * ![](https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862)
 * [SiteOrigin Widgets Bundle](https://wordpress.org/plugins/so-widgets-bundle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/so-widgets-bundle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/so-widgets-bundle/)
 * [Active Topics](https://wordpress.org/support/plugin/so-widgets-bundle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/so-widgets-bundle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/so-widgets-bundle/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [gpprasad](https://wordpress.org/support/users/gpprasad/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/php-7-0-errors-in-site-origin-bundle-plugin/#post-9666125)
 * Status: resolved