- Posts: 4
- 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.
Question Error importing subscriptions from phpBB 3
phpBB 3.0.8
Kunena Forum 1.7.2
Kunena Forum Importer 1.7.1
After installing the patch provided here , everything works OK except for
Import Subscriptions 0/3484
If I click "Import", I get a page with only written "Error:".
What can I do?
If you need more information about my platform, please tell me.
Regards
Massimo
Please Log in or Create an account to join the conversation.
Can you live without existing subscriptions? Most imports do not even migrate those.
Please Log in or Create an account to join the conversation.
Yes, I can live without subscriptions
Just wanted to notify you, maybe it was an already known bug.
Thanks for you support!
Please Log in or Create an account to join the conversation.
I am having same problem when importing the subscriptions it stops and display "ERROR" but it imports 2000/5693 subscriptions. It is important to me. Please give a solutions.
Kunena : 1.7.2
Joomla : 2.5.4
Please Log in or Create an account to join the conversation.
Please check it... I cant able to find the issue. Subscription data are not migrated fully it stops at middle of the migration. I have migrated my data from PHPBB3 forum using kunena importer 1.7. It works fine for all other data...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I have imported all my subscription data(5693) successfully. I found the remedy for "ERROR" message between migration.
Path : administrator/components/com_kuneneimporter/models/kunena.php
Line : 317
Remove the line : return !$this->_db->getErrorNum();
Replace with : return !$this->_db->die();
Please Log in or Create an account to join the conversation.