Jump to content

PHP 7.1 incompatabilities, incl bugfixes


PirateCaptain

Recommended Posts

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();

Posted
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

Posted
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.

Posted
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.

Posted

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?

 

Posted
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 members

    • No registered users viewing this page.
×
×
  • Create New...