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
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
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
accents error help please - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: accents error help please (/showthread.php?tid=684)



accents error help please - badolm - May 4th, 2010

at the display of the db everything is ok

at the email confirmation accents apears at #$ ??? and something like this .
and exporting to xls get the same error

i ve tried to change the charset at email.php to iso-8859-1 but doenst helped.

well i am using the default function to send emails....


i know that on ft1 i did something that solved that issue, but i can't remember...just found that on tables of db it was at ft1 as latin_general_ci and know they are general_utf8_ci
if is that ...mybe i need to change every collation to latin ? if so how to do that once or it should be one by one?

thanks for your help
Oswaldo


RE: accents error help please - Ben - May 8th, 2010

Hi Oswaldo,

You shouldn't need to change the database table charsets - utf8 *should* work fine - but feel free to give it a go to test it out.

When you look at the database directly via phpMyAdmin (or another tool) do the accents look okay?

It's possible that this is just another PHP mail() idiosyncracy on your server and you'll need to move to use the Swift Mailer module. Sad

- Ben


RE: accents error help please - badolm - May 8th, 2010

at the db it`s ok ... i ll make a try with swift...
and de excel .xls file, now is corrected, adding the line to head (meta...utf-....) at the smarty export manager.

tks again my friend!


(May 8th, 2010, 10:10 AM)Ben Wrote: Hi Oswaldo,

You shouldn't need to change the database table charsets - utf8 *should* work fine - but feel free to give it a go to test it out.

When you look at the database directly via phpMyAdmin (or another tool) do the accents look okay?

It's possible that this is just another PHP mail() idiosyncracy on your server and you'll need to move to use the Swift Mailer module. Sad

- Ben