PirateCaptain Posted January 11, 2017 Posted January 11, 2017 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();
Daniel F Posted January 11, 2017 Posted January 11, 2017 thx. I have fixed the javascript issue a while ago, and the Db Table Helper is now also fixed.
PirateCaptain Posted January 11, 2017 Author Posted January 11, 2017 In system/Output/Plugin/Prefix.php line 57: $output = ''; is invalid for PHP 7.1 - it should be $output = array();
Daniel F Posted January 11, 2017 Posted January 11, 2017 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
PirateCaptain Posted January 11, 2017 Author Posted January 11, 2017 when will you push this update? my plugins breaking left and right
PirateCaptain Posted January 11, 2017 Author Posted January 11, 2017 found another one In system/Http/Url.php line 1076: $return = ''; is invalid for PHP 7.1 - it should be $return = array();
Daniel F Posted January 12, 2017 Posted January 12, 2017 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.
Daniel F Posted January 12, 2017 Posted January 12, 2017 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.
PirateCaptain Posted January 12, 2017 Author Posted January 12, 2017 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?
nodle Posted January 12, 2017 Posted January 12, 2017 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.