Jump to content

PHP 7.1 incompatabilities, incl bugfixes

Featured Replies

Posted

In system/Helpers/Table/Db.php line 114: $_where = ''; is invalid for PHP 7.1 - it should be $_where = array();
In system/Output/Javascript/Javascript.php line 874: $content = ''; is invalid for PHP7.1 - it should be $content = array();

thx.

I have fixed the javascript issue a while ago, and the Db Table Helper is now also fixed.

  • Author

In system/Output/Plugin/Prefix.php line 57: $output = ''; is invalid for PHP 7.1 - it should be $output = array();

4 minutes ago, PirateCaptain said:

In system/Output/Plugin/Prefix.php line 57: $output = ''; is invalid for PHP 7.1 - it should be $output = array();

also already fixed

  • Author

when will you push this update?

my plugins breaking left and right

  • Author

found another one

In system/Http/Url.php line 1076: $return = ''; is invalid for PHP 7.1 - it should be $return = array();

13 hours ago, PirateCaptain said:

found another one

In system/Http/Url.php line 1076: $return = ''; is invalid for PHP 7.1 - it should be $return = array();

thx, also already fixed.

17 hours ago, PirateCaptain said:

found another one

In system/Http/Url.php line 1076: $return = ''; is invalid for PHP 7.1 - it should be $return = array();

Please submit a ticket next time when you find such issue.It's easier for us to handle this direct via a ticket.

  • Author

You never answered when these updates will be pushed, we had to fix this on our own.

Is there a place where i can see what others you have fixed, if you cant tell me when ips will be php7.1 compatible?

 

1 hour ago, PirateCaptain said:

Is there a place where i can see what others you have fixed, if you cant tell me when ips will be php7.1 compatible?

Looks like 4.1.18

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.