Modification warning message
Posted: Thu Mar 22, 2018 11:29 pm
Hi,
I am getting the following message on my modifications page on my opencart cart admin panel
Warning: htmlentities(): charset `UTF-8;' not supported, assuming utf-8 in /home/shahran/bangorbang.com/admin/controller/marketplace/modification.php on line 756
and when i checked the modification.php line 756 the following code appears
$data['log'] = htmlentities(file_get_contents($file, FILE_USE_INCLUDE_PATH, null));
my charset to my memory limit everything is in order in my php.ini . I checked everything but i'm unable to figure it out.
I was able to get the error message out of the payment.php by inserting a code which was in a another forum.
It will be great if you could help out on this.
thanks
I am getting the following message on my modifications page on my opencart cart admin panel
Warning: htmlentities(): charset `UTF-8;' not supported, assuming utf-8 in /home/shahran/bangorbang.com/admin/controller/marketplace/modification.php on line 756
and when i checked the modification.php line 756 the following code appears
$data['log'] = htmlentities(file_get_contents($file, FILE_USE_INCLUDE_PATH, null));
my charset to my memory limit everything is in order in my php.ini . I checked everything but i'm unable to figure it out.
I was able to get the error message out of the payment.php by inserting a code which was in a another forum.
It will be great if you could help out on this.
thanks