- Posts: 2
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Convert SMF 1.1.10 to Kunena 1.5.6
But i'm losing 2000 messages, the script give me this error:
Any idea?
Please Log in or Create an account to join the conversation.
You need to open up your .sql file containing your messages and search for all '' entries and remove em. For somereason it hates those because it interputs those as code or whatnot. For example, my site is Legends of Nor'Ova. Well I had to go in and remove all ' in the database to make it read NorOva instead.
Once doing that, try again and it should work. It's a pain, but hey... at least there's a way to convert
Please Log in or Create an account to join the conversation.
Greetings,
You need to open up your .sql file containing your messages and search for all '' entries and remove em. For somereason it hates those because it interputs those as code or whatnot. For example, my site is Legends of Nor'Ova. Well I had to go in and remove all ' in the database to make it read NorOva instead.
Once doing that, try again and it should work. It's a pain, but hey... at least there's a way to convert.
The only " I have is in all the others sql files too, smf_users, smf_categories ...etc
Is this
I think I can't remove that...
Please Log in or Create an account to join the conversation.
I am willing to be it is finding a '' in smf_messages. Probably a ' that got changed into '' by the wonderful database demons.
Please Log in or Create an account to join the conversation.
Please, send a full stdout of script. May be it contain full SQL-instruction. It can help to find solution for you.Any idea?
Please Log in or Create an account to join the conversation.
- admiral_trigger_happy
-
- Offline
- New Member
-
- Posts: 1
- Thank you received: 0
No, you can't remove that.
I am willing to be it is finding a '' in smf_messages. Probably a ' that got changed into '' by the wonderful database demons.
I tried to do a conversion and got a similar problem
The export is putting '' (two separate inverted commas) where it finds a ' in the body text when I exported my tables too.
I'm did a find replace for '', to qqw, then I did a find replace '' to \' and I did a find replace for qqw, back to '',
(I'm pretty sure the '', is supposed to be like that thats why I changed them to something else then back)
Hopefully this will fix it, I'll report back
Please Log in or Create an account to join the conversation.