Hello!
This is my problem: When I'm trying to convert Kunena 1.7 to SMF 2.0.2, converter is founding an error:
Converting attachments...
Unsuccessful!
This query:
SELECT mesid AS id_msg, filelocation
FROM `spektro_defi`.jos_kunena_attachments
LIMIT 0, 500;
Caused the error:
Unknown column 'filelocation' in 'field list'
I saw that someone got similar problem, but no one could solve that...
Please help me.