2008-11-13, 09:07 PM
(This post was last modified: 2008-11-13, 09:12 PM by Ryan Gordon.)
(2008-11-13, 08:01 PM)dtommy79 Wrote: I tried Beta 2, but problem still exists
Woops, I missed one. in convert/modules/vb3.php find:
$insert_post['subject'] = encode_to_utf8(str_replace('"', '"', $thread['title']), OLD_TABLE_PREFIX."thread", TABLE_PREFIX."posts");
replace with
$insert_post['subject'] = encode_to_utf8(str_replace('"', '"', $thread['title']), "thread", "posts");