The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Charset problem in email header - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17)
+--- Thread: Charset problem in email header (/showthread.php?tid=574)



Charset problem in email header - elembe - Mar 15th, 2010

Hello.

First of all, this is The Greatest free script I have ever installed in my life. I'm on my knees master, you just command! ;-)

I've got pretty big issue with header section of the emails sent after form submission. The problem is that if somebody enters characters like Č, Ć, Š, Ž in the name and surname fields of the form, in the header section of the FROM field in email I get something like this: ����������� and that's the email I have to reply to. :-D

OK, it's not a problem to me, because I've got all of their submited data in the mail body, but when submiter gets that email, than is ugly...

My php files are encoded in UTF8, and charset is also in UTF8, so I think the problem is in FT. I'm not a programer, correct me if I'm wrong, but I think that header section of the email also has to bi set to UTF8? If so, do you know how can I solve that?

Now, the whole thing wouldn't be a problem If "FROM" field would be only email address of the submiter, but next to the email, theres name and surname, and special characters are allowed there. Wich causes the problem.

P.S. I do not have characters problem anywhere else, including the admin panel, database, and email body.

Thanks in advance!
FT rules! :-)