- Posts: 44
- 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 phpbb3 to Kunena
16 years 6 months ago #31661
by Krycek
Replied by Krycek on topic Re:phpbb3 to Kunena
Well, here, point is to match them manually... so it's up to his eyes
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31680
by falsinfab
Replied by falsinfab on topic Re:phpbb3 to Kunena
No way. I tried in a lot of mode but I always have the same duplikate key error. I don't have any duplicated user, I checked. Just for test I tried to delete the PRIMARY KEY attribute from the "jos_fb_users" table for allow duplicate key. After this modify the query execute without error but at the end I find in the list of kunena users a lot of duplicate users id, probably this is the cause of the error but is very strange. I suspect I made some mistake during the porting phase where I need to use Excel for match the users list. Maybe I didn't understand well the actions I have to do, someone can explain me better how I sould do using Excel for user matching operation?
Thank you
Thank you
Last edit: 16 years 6 months ago by falsinfab.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31691
by Krycek
Replied by Krycek on topic Re:phpbb3 to Kunena
Falsinfab,
How many users do you have to migrate ?
Did you checked if the posts where linked to the right author or not ?
How many users do you have to migrate ?
Did you checked if the posts where linked to the right author or not ?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31698
by falsinfab
Replied by falsinfab on topic Re:phpbb3 to Kunena
Hi,
Thank you for your support. The users to migrate are around 100. I don't know how to make the check you asked but maybe you are referring to check after the migration? (in the kunena forum just imported?).
Thank you for your support. The users to migrate are around 100. I don't know how to make the check you asked but maybe you are referring to check after the migration? (in the kunena forum just imported?).
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31699
by Krycek
Replied by Krycek on topic Re:phpbb3 to Kunena
Exactly.
I made the same kind of migration, somehow 100 users and it worked perfetly with my mentionned method... Sorry to say that, but I don't understand why it doesn't work.
I made the same kind of migration, somehow 100 users and it worked perfetly with my mentionned method... Sorry to say that, but I don't understand why it doesn't work.
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31704
by falsinfab
Replied by falsinfab on topic Re:phpbb3 to Kunena
Hi again,
I'm tring to repeat the entire process step by step however there is a point in the described process that I don't understane very well. The go.php script imported all the forum categories and post into my kunena db and also created all the users (my starting Joomla have only the administrator user) into Kunena and Joomla. At the end of this operation I have the same users between Joomla and Kunena syncronized with the same ids thta why I need to execute the first query? (the query return me the error). From what I understand from the description this query allow to syncronize Kunena users with Joomla users but in my case it seem they are already syncronized (same id in Joomla and Kunena) that what is the purpose of this query?
UPDATE `jos_fb_users`,`test_mig_users_id`
SET `jos_fb_users`.`userid`= `test_mig_users_id`.`final_jos_id`
WHERE `jos_fb_users`.`userid`=`test_mig_users_id`.`former_phpbb3_id`;
I'm tring to repeat the entire process step by step however there is a point in the described process that I don't understane very well. The go.php script imported all the forum categories and post into my kunena db and also created all the users (my starting Joomla have only the administrator user) into Kunena and Joomla. At the end of this operation I have the same users between Joomla and Kunena syncronized with the same ids thta why I need to execute the first query? (the query return me the error). From what I understand from the description this query allow to syncronize Kunena users with Joomla users but in my case it seem they are already syncronized (same id in Joomla and Kunena) that what is the purpose of this query?
UPDATE `jos_fb_users`,`test_mig_users_id`
SET `jos_fb_users`.`userid`= `test_mig_users_id`.`final_jos_id`
WHERE `jos_fb_users`.`userid`=`test_mig_users_id`.`former_phpbb3_id`;
Last edit: 16 years 6 months ago by falsinfab.
Please Log in or Create an account to join the conversation.
Time to create page: 0.284 seconds