Plugin Contributor
Adam
(@hieudm)
Hi,
Please have a look at this thread first and let me know if you’re having another problem instead.
Unfortunately I can’t upgrade PHP right now, do know when the code fix will be release?
Thanks.
Plugin Contributor
Adam
(@hieudm)
Hi,
Unfortunately, we cannot provide you ETA for the fix of this bug as we’re still busy with other tasks but we will try to include the fix asap.
We appreciate your understanding in this matter.
Best regards,
Adam.
Hi,
I solved it adding that in the code :
/core/core.php :
update line 581 : $data[] = htmlspecialchars_decode(htmlentities(trim( stripslashes( $shortcode ) ), ENT_NOQUOTES, “UTF-8”));
add line 650 : $content = utf8_encode($content);
This is just a quick fix, spread the word if you think it’s worth it!
Looking forward for th official fix.
Thanks.
Plugin Contributor
Adam
(@hieudm)
Hi @prisma Web,
Glad to hear that you managed to sort it out. We will include the fix in next release. Please feel free to let me know if you still have any question or suggestion.
Best regards,
Adam.