Other interesting thing:
The Positie post title write words correctly: “Dólar”
Thank you again
What version did you have before? There haven’t been any significant changes to postie in many months.
To help more I need to see some internal logs. Please install and activate the support add-on http://postieplugin.com/downloads/support-addon/
I cant remember the older version. Maybe 1.7….
Ok, i am going to install it.
Thank you Wayne.
I cant download the support plugin (postie-addon-support_1.0.5) from this url: http://postieplugin.com/checkout/purchase-confirmation/
This was the message:
“Error downloading file. Please contact support.”
Thanks. There seems to be an issue with EDD. I am waiting on an answer from them.
Ok, I solved the problem parsing the text to HTML entities with this php function:
function TildesHtml($cadena) {
return str_replace(array("á","é","í","ó","ú","ñ","Á","É","Í","Ó","Ú","Ñ"), array("á","é","í","ó","ú","ñ", "Á","É","Í","Ó","Ú","Ñ"), $cadena);
}
thank you.
I’ve fixed the issue with downloading the support addon and would appreciate you undoing your code change and running through and email that shows this issue with the support addon turned on (you should see a banner at the top of the screen “Notice: The Postie Support AddOn is active and collecting logs”)