- Posts: 33
- Thank you received: 7
Kunena 7.0.3 Released
The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
Idea phpBB 3 to Kunena 3 Migration Script
I believe the migration script would do pretty well, had it had more test cases and enhancements. Need more contributors on this.
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Please Log in or Create an account to join the conversation.
Any idea ?
Please Log in or Create an account to join the conversation.
Since this script was used to migrate phpBB 3 forum to Kunena 3 (Joomla! 3.x), I'm afraid your environment could be different.
Meanwhile, you could remove the column "requireReset" from the insert list and check to see if there are any further errors.
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Please Log in or Create an account to join the conversation.
To be sure:
phpbb_database_name = the database name from my "old" PhPBB board.
joomla_database_name = my new joomla database name
jos_ = the prefixe in my news joomla database name
Btw, i try with leaving "RequireReset"
Please Log in or Create an account to join the conversation.
I try by changing my ID from 196 to 6969696969.
requête SQL: Documentation
INSERT INTO TESTJOOMLA.testjoom_kunena_aliases(
alias,
TYPE ,
item,
state
)
SELECT alias, 'catid', id, 0
FROM TESTJOOMLA.testjoom_kunena_categories;
MySQL a répondu: Documentation
#1062 - Duplicate entry 'général' for key 'alias'
Please Log in or Create an account to join the conversation.
I now have my categories, and the number of post/topics.
But NO post :x
Please Log in or Create an account to join the conversation.