Confirmation / Validation Emails upon registration encoding problem
- Status
- Closed
- Subject
- Confirmation / Validation Emails upon registration encoding problem
- Version
- 2.x
3.x - Category
- Error
- Regression
- Feature
- Mail-in
User Administration (Registration, Login & Banning) - Resolution status
- Invalid
- Submitted by
- dexl
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
The registration email seems to give boxed char when mail templates are in french.
I had to add utf8_encode()
to LINE 2727 of lib/userslib.php
$mail_data = utf8_encode($smarty->fetch("mail/$mailTemplate.tpl"));
in order to correct the text display problem.
But when I debug with
$mail_data = mb_detect_encoding($smarty->fetch("mail/$mailTemplate.tpl"));It return the tpl as already in UTF-8, but I had to utf-8 it again to correct it, can someone look into this?
- Solution
- Workaround
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2737
- Created
- Tuesday 08 September, 2009 22:16:44 UTC
by Unknown - LastModif
- Thursday 28 May, 2026 12:16:47 UTC