By Marcio Garrido on Friday, 27 October 2017
Posted in General
Replies 1
Likes 0
Views 779
Votes 0
Hi!

Use : php7, joomla 3.8.1 payplans 3.5 | Build :5

Fatal error: Redefinition of parameter $charset in http://www.site.com/public/plugins/payplans/pagseguro/pagseguro/app/pagseguro/libraries/utils/HttpConnection.class.php on line 52


my solution

remove
>>>>>
public function get($url, $timeout = 20, $charset, $charset = 'ISO-8859-1') {
return $this->curlConnection('GET', $url, null, $timeout, $charset);
}

>>>>>>

It worked

Please check if this is correct and create an update

hugs
Thanks for the input on this Marcio, I have created a ticket for this and we'll update accordingly.
·
Saturday, 28 October 2017 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post