Newspaper 7 and php 7 compatibility

Posted in: Newspaper
Post count: 4

Hi

I did a PHP 7 compatibility scan with newspaper theme 7.8, I got 3 errors and 4 warnings :

What should i do ??? stick at PHP 5.6 or yet update to PHP 7?

-FILE: /home/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_translate.php
—————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————————
291 | WARNING | Function name “__td” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
—————————————————————————————————————————————

FILE: /home/public_html/wp-content/themes/Newspaper/includes/wp_booster/external/less.php-master/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
——————————————————————————————————————————————-

FILE: /home/public_html/wp-content/themes/Newspaper/includes/wp_booster/external/less.php-master/lib/Less/Parser.php
——————————————————————————————————————————
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
——————————————————————————————————————————
470 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6.
471 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6.
478 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6.

– I got 16 PHP 7 compatibility warnings with WPBakery Visual Composer!!!!!!

Please help:

Thanks

Post count: 20688

Hi,

Please note that the latest version of the theme is compatible with PHP 7.0 You can check this topic for more information regarding this and maybe try the solutions provided there
https://forum.tagdiv.com/topic/php-7/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.