Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Import SMF to bbPress

You don’t have to know Spanish to send mail :-)

I got your script, and it worked for me. That is, after I added an ‘l’ you deleted with a parenthesis :-). So it seems the problem with your second try was just a typo. In line 521 the original script said:

$import_sql = utf8_encode($import_sql);

and yours say:

$import_sql = $import_sq;

So add back the ‘l’ or delete the whole line, as it’s useless in the utf8->utf8 version.

Skip to toolbar