Your software
My Mautic version is: 5.1.1
My PHP version is: 8.1.32
My Database type and version is: 10.6.22-MariaDB-cll-lve
Your problem
My problem is: Hungarian special characters are substituted in all email texts (Subject, Body) wiht junk chars.
These errors are showing in the log:
Steps I have tried to fix the problem:
I rewrote my emails, pasted the right texts with right chars. I could send a few emails fine. However after a few days, the problem came back. Now I have junk chars in place of Hungarian special chars all over my emails.
It’s weird, that first it saves right, then get’s transformed. But I think there is an issue with the DB encoding.
Can you please check the encoding?
SELECT
COLUMN_NAME,
CHARACTER_SET_NAME,
COLLATION_NAME
FROM information_schema.COLUMNS
WHERE TABLE_SCHEMA = 'mauticdb'
AND TABLE_NAME = 'emails'
AND DATA_TYPE IN ('char', 'varchar', 'text');
you need to adjust db name, and table name if you have a prefix.
Thank you for your quick answer Jozsef!
I am not a programmer, can you explain how to run this command? Where should I put db name and table name?
I would really appreciate if you could help me, I will share my desktop with anydesk .
Can we do this? I guess its 2 miniutes for you, for me its google-ing and struggling for hours…
I appreciate, thank you!!!
Mike
Okay, I created an access for you.
My mautic is here: https://mautic.ingatlankapitany.hu
I do not have a clue how to reach mysql through a console - you might now.
You can login with these credentials:
USER: redacted
PW: redacted
Let me know when you finished, so I can delete this user.
I really appreciate your help! Thank you!
By the way, I run a blog webite under https://ingatlankapitany.hu, and I have no issues with the Hungarian chars…
I asked you why who installed Mautic, because the person who installed Mautic (Hopefully not through softaculus on a shared server, but properly using git or composer) made a mistake in the DB creation.
If:
this is a shared server
this is not Ubuntu
this is a softaculus install
this is a docker install
you can’t give me ssh root access
I cannot help you.
Mautic is not a blog, it’s a very capable software. You have to install it properly on a proper server.
Thank you for your answer.
I installed mautic through cpanel. it did not leave too much space for setting up the database - it created automatically.
what is the wrong setting? i will try to create a new database, but I need to know what setting to use for national chars to be stored in a proper way.
Hi folks, I’ve redacted the username/password on this post for your own security. Please don’t post credentials publicly, as this forum is indexed by search engines.