I'm trying to convert from phpbb2 to smf.
I'm getting the following error:
Converting personal messages (step 1)... Successful.
Converting personal messages (step 2)... Successful.
Converting topic notifications... Successful.
Converting board access... Successful.
Converting group access... Successful.
Converting avatar gallery images... Successful.
Recalculating forum statistics... Successful.
Unsuccessful!
This query:
REPLACE INTO {$to_prefix}settings (variable, value)
VALUES ("conversion_time", "1259850356"),
("conversion_from", "phpbb2_to_smf.sql");
Caused the error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{$to_prefix}settings (variable, value)
VALUES ("conversion_time", "1' at line 1
Even though I get this error, the smf forum is working, but the Attachments didn't convert. I was using a attachment mod in phpbb2.
Does anyone know how I can import the Attachments, or how to fix this error?
About the error: please ignore it, it's actually not important for the conversion, but a little bug in the converter, which should be solved now, and the downloads will be updated.
About attachments: please tell what mod you were using, I'll put this on my todo list, to look into it later.