- Posts: 12
- Thank you received: 0
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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 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.
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 MP/Mail ?
Please Log in or Create an account to join the conversation.
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.
Investigating on why the script was giving you errors, I realized that our existing forum did not have multiple categories with same name. That was the reason why it did not work in your case.
PhpBB does not "need" an alias or does not "have a clue about" it. So, I created a simple function to create it from the category name.
The previous code(bug) was changed from
to this
. The rest of the script works fine. I have already pushed the changeset to github repository and "confirm" that it works. You can get it from this url:
github.com/mixerp
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.
I try it, but still the same issue.
I tryed your little function before, but get an issue:
#1064 - 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 '' at line 24
Please Log in or Create an account to join the conversation.
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.
I did.
Still the issue:
#1054 - Unknown column 'requireReset' in 'field list'
Please Log in or Create an account to join the conversation.
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.