- Posts: 16
- Thank you received: 0
Special characters in comment file displayed error
- NF
- Topic Author
- Offline
- New Member
-
Less
More
7 years 7 months ago #103627
by NF
Special characters in comment file displayed error was created by NF
Hi,
Using the Joom Donation comments field, people can put in data with special characters like é, ú etc. These are not correctly displayed as it looks like your software is not doing something like escape string or replacing before the data is stored in the database. Is there a way to fix that?
With kind regards and thanks in advance,
Nico
Using the Joom Donation comments field, people can put in data with special characters like é, ú etc. These are not correctly displayed as it looks like your software is not doing something like escape string or replacing before the data is stored in the database. Is there a way to fix that?
With kind regards and thanks in advance,
Nico
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
7 years 7 months ago #103630
by Mr. Dam
Replied by Mr. Dam on topic Special characters in comment file displayed error
Hi Nico,
Can you please send us the screenshot of problem?
Thanks
Dam
Can you please send us the screenshot of problem?
Thanks
Dam
Please Log in or Create an account to join the conversation.
- NF
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
7 years 6 months ago #103987
by NF
Replied by NF on topic Special characters in comment file displayed error
Hi Dam,
Sorry for my late response. First I had no live example as there was no donor with umlaut in his donation data. After I got one, I could not access www.joomdonation.com anymore because of a "Access Denied - Sucuri Website Firewall message".
But I have fixed the problem finally myself. I was doing an sqli on your data table from outside joomla in a separate called php-script and then bringing that data back in my joomla website. Adding
solved my problem.
So it had nothing to do with your nice software, it was the way that I was access it.
With kind regards,
Nico
Sorry for my late response. First I had no live example as there was no donor with umlaut in his donation data. After I got one, I could not access www.joomdonation.com anymore because of a "Access Denied - Sucuri Website Firewall message".
But I have fixed the problem finally myself. I was doing an sqli on your data table from outside joomla in a separate called php-script and then bringing that data back in my joomla website. Adding
Code:
mysqli_set_charset($conn,"utf8");
So it had nothing to do with your nice software, it was the way that I was access it.
With kind regards,
Nico
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.