FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » NNTP import SQL Error 1366: Incorrect string value (NNTP import SQL Error 1366: Incorrect string value)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: NNTP import SQL Error 1366: Incorrect string value [message #168163 is a reply to message #168155] Fri, 15 February 2013 08:37 Go to previous messageGo to previous message
iniglobero is currently offline  iniglobero   Spain
Messages: 10
Registered: February 2013
Karma:
Junior Member
Solved:
I've make a change in FUDForum/include/theme/default/users_reg.inc including the field login in the HTML_fields function to avoid strange characters also in login


function html_fields()

{
foreach(array('login', 'name', 'location', 'occupation', 'interests', 'bio') as $v) {

if ($this->{$v}) {

$this->{$v} = char_fix(htmlspecialchars($this->$v));

}

}

}

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: NNTP with ssl can't connect
Next Topic: HTML in Messages imported from News
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 05:16:52 GMT 2024

Total time taken to generate the page: 0.11580 seconds