phpcompat icon indicating copy to clipboard operation
phpcompat copied to clipboard

PHP problems with Ocean extra plugin for OceanWP theme

Open efhartley opened this issue 7 years ago • 1 comments

I ran a compatibility test on my plugins before installing PHP 7 and came up with the following errors. What do you suggest, being that Ocean extra is not one of your white listed plugins?

FILE: /home3/efhartley/public_html/wp-content/plugins/ocean-extra/includes/panel/scssphp/src/SourceMap/Base64VLQEncoder.php

FOUND 3 ERRORS AFFECTING 1 LINE

179 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0 179 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0 179 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0

efhartley avatar Apr 04 '18 03:04 efhartley

I suspect this will be fixed if/when this plugin update the included version of PHPCompatibility to 8.2.0 (to be released within the next week or so).

jrfnl avatar Jun 19 '18 17:06 jrfnl