Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 11, 20178 yr 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();
January 11, 20178 yr thx. I have fixed the javascript issue a while ago, and the Db Table Helper is now also fixed.
January 11, 20178 yr Author In system/Output/Plugin/Prefix.php line 57: $output = ''; is invalid for PHP 7.1 - it should be $output = array();
January 11, 20178 yr 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
January 11, 20178 yr Author found another one In system/Http/Url.php line 1076: $return = ''; is invalid for PHP 7.1 - it should be $return = array();
January 12, 20178 yr 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.
January 12, 20178 yr 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.
January 12, 20178 yr 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?
January 12, 20178 yr 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.